Uh oh!
There was an error while loading. Please reload this page.
fix(s3): fix handling verify_bucket_exists parameter - #39017
Conversation
tcitworld
commented
Jun 26, 2023
/backport to stable27 |
tcitworld
commented
Jun 26, 2023
/backport to stable26 |
tcitworld
commented
Jun 26, 2023
/backport to stable25 |
joshtrichards
left a comment
There was a problem hiding this comment.
Good catch.
Documentation covered few weeks back in nextcloud/documentation#10437 & nextcloud/documentation#10436
joshtrichards
commented
Jul 2, 2023
There are also (some # of) installations out there with Probably too late (risky) to make that parameter equivalent now without blowback. Also, probably not a big deal as long as it: (a) now works (b) the correct parameter is now documented. |
f208387 to
6df781eCompare
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I've marked the above messages off-topic as the bug was present from the very beginning this feature (and the parameter) was introduced. |
6df781e to
c2fc3b8Comparec2fc3b8 to
3726f3fCompareIf '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>
3726f3f to
3f28fc5Compare
If
'verify_bucket_exists'is set to false in theconfig.phps3 configuration, it's supposed to avoid verifying that the bucket exists. Howeverempty(falsy)will always return true, so this condition would not work.Follow-up to #23932
Checklist