-
-
Notifications
You must be signed in to change notification settings - Fork 865
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Google: Only verify bucket if auto_create is True (#718)
Motivation for this change is to send fewer requests to Google Storage API. We do not check existence of bucket unless auto_create_bucket is configured or exists('') is called. When creating bucket, instead of making two requests to get and create, we just create and look for conflict. Based on the work in #575 and supersedes #412.
- Loading branch information
1 parent
af8b8ce
commit 0908ee5
Showing
2 changed files
with
35 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters