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

Allow config to specify the bucket exists #23932

Merged

Commits on Nov 6, 2020

  1. Allow config to specify the bucket exists

    In the 99% case the bucket is just always there. And if it is not the
    read/write will fail hard anyways. Esp on big instances the Objectstore
    is not always fast and this can save a few hundered ms of each request
    that acess the objectstore.
    
    In short it is adding
    
    'verify_bucket_exists' => false
    
    To the S3 config part
    
    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    65141d4 View commit details
    Browse the repository at this point in the history