[S3] 'verify_bucket_exists' instead of 'autocreate' in S3 config #26093
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
bug
feature: object storage
needs info
How to use GitHub
Steps to reproduce
Test according to documentation:
autocreate => true
as shown in S3 configurationBucket is automatically created => OK
autocreate => false
as shown in S3 configurationBucket is automatically created => NOK
Test according to (intended implementation) from code:
verify_bucket_exists => true
Bucket is automatically created. => OK
verify_bucket_exists =>
false`Bucket is automatically created. => NOK
Expected behaviour
Configuration parameter 'autocreate' is consistently used for all object storage variations. and shoould behave according to given value.
Actual behaviour
S3 configuration uses 'verify_bucket_exists` inconsistently to the other object store implementations (swift, azure,...)
False configurations have not the expected effect.
Server configuration
Operating system:
Ubuntu 20.04
Web server:
Apache2
Database:
MySQL 8.0.20
PHP version:
Php8
Nextcloud version: (see Nextcloud admin page)
21.0.0.18
Updated from an older Nextcloud/ownCloud or fresh install:
Updates from 20.0.17
Where did you install Nextcloud from:
NextCloud package.
Nextcloud configuration:
The text was updated successfully, but these errors were encountered: