-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone
Description
@tseaver WDYT?
This is part of a movement towards making Connection more of a background / low-level / raw interface (like it is for datastore).
What's more
for bucket in connection.get_all_buckets():
...seems much more clear than
for bucket in connection:
...We could potentially make up for __contains__ by adding a Bucket.exists method / property.
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.