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

fix(s3): fix handling verify_bucket_exists parameter #39017

Merged
merged 1 commit into from Aug 31, 2023

Commits on Aug 31, 2023

  1. fix(s3): fix handling verify_bucket_exists parameter

    If 'verify_bucket_exists' is set to false in the config.php s3 configuration, it's supposed to avoid
    verifying that the bucket exists. However empty(falsy) will  always return true, so this condition
    would not work.
    
    Signed-off-by: Thomas Citharel <tcit@tcit.fr>
    tcitworld authored and kesselb committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3f28fc5 View commit details
    Browse the repository at this point in the history