mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
s3-config: always use the nextcloud bundle for verification
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
5dfb62216b
commit
ce3c59618b
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ if (getenv('OBJECTSTORE_S3_BUCKET')) {
|
||||||
// required for some non Amazon S3 implementations
|
// required for some non Amazon S3 implementations
|
||||||
'use_path_style' => strtolower($use_path) === 'true',
|
'use_path_style' => strtolower($use_path) === 'true',
|
||||||
// required for older protocol versions
|
// required for older protocol versions
|
||||||
'legacy_auth' => strtolower($use_legacyauth) === 'true'
|
'legacy_auth' => strtolower($use_legacyauth) === 'true',
|
||||||
|
'use_nextcloud_bundle' => 1,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue