I do upload a zipped file to Google Storage Bucket. The file is huge so I do not want to upload it in uncompressed format. I am trying to find out if I can unzip this file directly in google bucket.
I read about cloud functions and using that to unzip any file uploaded. But I would prefer having control on the file to be unzipped via Java Code. Has anyone tried this before?
Thanks in Advance!