in my cloud function is it possible to retrieve files in my storage and compress them and if so how is done as the preview url seems in appropriate for my task i need to be able to compress images in my storage bucket to a .tar file and upload them back to my storage (which I can do)
TL;DR
Developers want to compress files from a cloud storage bucket using a cloud function, but they're unsure about how to access and compress the files as the preview URL seems unsuitable. They need to compress images from the storage bucket into a .tar file and then upload it back to the storage.