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

[stable25] fix(s3): fix handling verify_bucket_exists parameter #40188

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

backportbot-nextcloud[bot]
Copy link

Backport of #39017

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>
@joshtrichards joshtrichards added pending documentation This pull request needs an associated documentation update feature: object storage labels Sep 3, 2023
Copy link
Member

@joshtrichards joshtrichards left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug fix - valid backport LGTM with one caveat that isn't a blocker (because this predates this PR): the NC28/master and NC27 docs have this parameter documented but NC25 docs do not.

@blizzz blizzz mentioned this pull request Sep 5, 2023
@blizzz blizzz merged commit 4299e15 into stable25 Sep 5, 2023
29 of 30 checks passed
@blizzz blizzz deleted the backport/39017/stable25 branch September 5, 2023 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feature: external storage feature: object storage pending documentation This pull request needs an associated documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants