mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
Merge pull request #43060 from nextcloud/fix/s3-external-multipart-copy
This commit is contained in:
commit
2ee3e03b11
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ class AmazonS3 extends Backend {
|
|||
->setType(DefinitionParameter::VALUE_BOOLEAN),
|
||||
(new DefinitionParameter('legacy_auth', $l->t('Legacy (v2) authentication')))
|
||||
->setType(DefinitionParameter::VALUE_BOOLEAN),
|
||||
(new DefinitionParameter('useMultipartCopy', $l->t('Enable multipart copy')))
|
||||
->setType(DefinitionParameter::VALUE_BOOLEAN)
|
||||
->setDefaultValue(true),
|
||||
])
|
||||
->addAuthScheme(AccessKey::SCHEME_AMAZONS3_ACCESSKEY)
|
||||
->addAuthScheme(AuthMechanism::SCHEME_NULL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue