mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
feat(files_external/s3): rename legacy signature (v2) for clarity
Avoid the use of "authentication" here since this is really about signing compatibility, not the source of credentials. Also prefix with "Use" for UI consistency. Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
00100427be
commit
b7bdd76731
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class AmazonS3 extends Backend {
|
|||
->setDefaultValue(true),
|
||||
(new DefinitionParameter('use_path_style', $l->t('Enable Path Style')))
|
||||
->setType(DefinitionParameter::VALUE_BOOLEAN),
|
||||
(new DefinitionParameter('legacy_auth', $l->t('Legacy (v2) authentication')))
|
||||
(new DefinitionParameter('legacy_auth', $l->t('Use Legacy S3 signing (v2)')))
|
||||
->setType(DefinitionParameter::VALUE_BOOLEAN),
|
||||
(new DefinitionParameter('useMultipartCopy', $l->t('Enable multipart copy')))
|
||||
->setType(DefinitionParameter::VALUE_BOOLEAN)
|
||||
|
|
|
|||
Loading…
Reference in a new issue