directoryzipgoogle-cloud-storagegsutil

gsutil zip directory on google cloud storage


is it possible to compress file or directory of google cloud storage without download it first and re-upload?

I think I need some tools similar like http://googlegenomics.readthedocs.org/en/latest/use_cases/compress_or_decompress_many_files/

thank you.


Solution

  • No. There is no way to ask GCS to directly compress or decompress objects entirely within GCS. You can certainly copy them elsewhere in the cloud (GCE, for instance) and operate on them there, or you could download an uncompressed object as a compressed object simply by using the Accept-Encoding: gzip header, but, again, not without taking it out of GCS in some fashion.