Hope every is doing great. I am upload files using google storage utility to file with gzip compression enable
gsutil -h 'Content-Type:application/json; charset=utf-8' -h 'Cache-Control:Cache-Control:public,max-age=3600' cp -z filejson gs://{bucket_name}/{id}/{id}/file.json
Issue is by default when I use this command to upload files, it's set file metadata cache control to no-transform. When I down this file on client (like browser).I can read the content of the file. Is there any way I can allow tranform to object metadata. So it will work fine on clients.