Skip to content

Commit b7bdd76

Browse files
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>
1 parent 0010042 commit b7bdd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_external/lib/Lib/Backend/AmazonS3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __construct(IL10N $l, AccessKey $legacyAuth) {
4141
->setDefaultValue(true),
4242
(new DefinitionParameter('use_path_style', $l->t('Enable Path Style')))
4343
->setType(DefinitionParameter::VALUE_BOOLEAN),
44-
(new DefinitionParameter('legacy_auth', $l->t('Legacy (v2) authentication')))
44+
(new DefinitionParameter('legacy_auth', $l->t('Use Legacy S3 signing (v2)')))
4545
->setType(DefinitionParameter::VALUE_BOOLEAN),
4646
(new DefinitionParameter('useMultipartCopy', $l->t('Enable multipart copy')))
4747
->setType(DefinitionParameter::VALUE_BOOLEAN)

0 commit comments

Comments
 (0)