We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b326c0 + e78dea8 commit 3068ad7Copy full SHA for 3068ad7
apps/files_external/lib/Lib/Backend/AmazonS3.php
@@ -56,6 +56,9 @@ public function __construct(IL10N $l, AccessKey $legacyAuth) {
56
->setType(DefinitionParameter::VALUE_BOOLEAN),
57
(new DefinitionParameter('legacy_auth', $l->t('Legacy (v2) authentication')))
58
59
+ (new DefinitionParameter('useMultipartCopy', $l->t('Enable multipart copy')))
60
+ ->setType(DefinitionParameter::VALUE_BOOLEAN)
61
+ ->setDefaultValue(true),
62
])
63
->addAuthScheme(AccessKey::SCHEME_AMAZONS3_ACCESSKEY)
64
->addAuthScheme(AuthMechanism::SCHEME_NULL)
0 commit comments