Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google: Only verify bucket if auto_create is True #718

Merged
merged 1 commit into from Sep 8, 2019
Merged

Google: Only verify bucket if auto_create is True #718

merged 1 commit into from Sep 8, 2019

Commits on Jul 22, 2019

  1. Google: Only verify bucket if auto_create is True

    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.
    stanislavb committed Jul 22, 2019
    Copy the full SHA
    f810a7f View commit details
    Browse the repository at this point in the history