Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Is there a way to handle files within google cloud storage?

There are many compressed files inside google cloud storage.

I want to unzip the zipped file, rename it and save it back to another bucket.

I’ve seen a lot of posts, but I couldn’t find a way other than how to download it with gsutil and handle it.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Do you have any other way?

>Solution :

To modify a file, such as unzipping, you must read, modify and then write. This means download, unzip and upload the extracted files.

Use gsutil or another tool, one of the SDKs, or the REST APIs. To unzip a file, use a zip tool or one of the libraries that support zip operations.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading