mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-16 02:30:17 +00:00
Merge pull request #7159 from nextcloud/enh/noid/use-nextcloud-bundle
s3-config: always use the nextcloud bundle for verification
This commit is contained in:
commit
3f65edbfbd
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