Chris Cotter
Chris Cotter
> any chance to merge it soon? Other MediaOptions are not directly used in generated clients, there are only mentions about them in comments around Media function where they can...
Thanks for your report! @benwhitehead any thoughts on what we should do with this? Does the noindex tagging in the example look correct to you? I'm also wondering if it's...
Thanks for the report. I have a few clarifying questions to help diagnose what is going on: * How long is the context deadline you are setting? * How large...
That's interesting and the part about receiving this error immediately seems surprising. Is it possible that the context is somehow getting canceled from elsewhere in your application? I will try...
Update: I was unable to repro the issue, either with the most recent client library release or with v1.18.2. I ran 100 iterations of a repro based on yours for...
Thanks for the FR. I think this is a reasonable suggestion given that the updates we made to retry strategy have now been "baked in" for a while, and it...
+1 to @ddelgrosso1 's answer. There is no API in GCS to delete multiple files at once, so adding a client library surface to do this would require additional client-side...
Changing to type Process for now -- this is not a production code path so there isn't huge urgency on investigating.
Thanks for the report @sveiss . The Reader in this library uses the GCS XML API (all other requests use JSON). According to the [docs for preconditions](https://cloud.google.com/storage/docs/request-preconditions#precondition_criteria), ifGenerationNotMatch is not...
I confirmed with the backend team that adding NotMatch preconditions for XML is not on the roadmap. I filed another FR to add a JSON implementation for the Reader, which...