| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Also returning the _BucketIterator directly in storage.api.list_buckets() rather than wrapping it in iter().
|
LGTM |
Sorry, something went wrong.
Making Blob.exists() work as Bucket.exists().
* docs: Minor formatting chore: Update gapic-generator-python to v1.11.5 build: Update rules_python to 0.24.0 PiperOrigin-RevId: 563436317 Source-Link: googleapis/googleapis@42fd37b Source-Link: googleapis/googleapis-gen@280264c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: add feature flag for improved mutate rows throttling PiperOrigin-RevId: 565090488 Source-Link: googleapis/googleapis@e8a136f Source-Link: googleapis/googleapis-gen@9a8dcca Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWE4ZGNjYTBmYjIxMTc2MjhhMWE2YTZjMzYyNWE2YWEzMmZjMmY3NSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
The objects.inv files for two different library deps are currently inaccessible due to redirects. In the meantime, allow continuing to build the docs by caching them locally. They are second in the list, so if the original URL's start serving the files themselves, there will be no need to update conf.py again. The cache is strictly a fallback. Fixes #862
* chore(deps): update all dependencies * revert Co-authored-by: Anthonios Partheniou <partheniou@google.com>
| Back | FazBrowse Home | New Git URL |
Also returning the _BucketIterator directly in
storage.api.list_buckets() rather than wrapping it in iter().
@tseaver As mentioned #812 (comment) I said I'd fix Blob.exists() while making sure the iterators didn't work in batches.
It turns out they were already not working. Here is a working get request
while a bucket iterator fails since _FutureDict.get throws a KeyError:
and a blob iterator fails (but not quite always)