Frank Natividad
Frank Natividad
Thanks for the feedback @matwilso. Will follow-up internally.
Afaik, It isn't planned at this time. I recommend you use the google-cloud-storage package as it's actively maintained.
Hi @BrandonY, IIRC the GCS team owns these client libraries. Who would be a good contact to loop in?
Apologies, I missed this in email. The tests are not validating correctness and only making sure samples execute without failures. Here's an example of a test being verified: https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/firestore/cloud-client/snippets_test.py#L74-L80 Here's...
That sounds like a good plan in the mean time. Please move forward it and add a note that this is only temporary.
We are still working with the backend team to resolve this issue correctly. We are working on a workaround and will post an update when available.
News leading to closure of this issue: As of end of this week Cloud Storage API will *always* respect `Accept-Encoding: gzip`. I'm closing this issue as we can now safely...
Spoke to soon, Rolled back the change so we will need to follow-up again when we have an update. Apologies, I jinxed it.
Batch requests in this case is specifically for the Storage Batch API: https://cloud.google.com/storage/docs/json_api/v1/how-tos/batch Helps with: * Updating metadata, such as permissions, on many objects. * Deleting many objects. I think...
Thanks @tritone, I'm blocked at the moment. I'm not sure how I can detect if Age is actually returned by the API as `0` or if it's not. Do you...