Skip to content

Commit adfbefb

Browse files
authored
Merge pull request #56799 from nextcloud/backport/56781/stable31
[stable31] fix(s3): rename 'Amazon S3' to 'S3 Storage'
2 parents 5a5a679 + e664b5d commit adfbefb

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
@@ -20,7 +20,7 @@ public function __construct(IL10N $l, AccessKey $legacyAuth) {
2020
->setIdentifier('amazons3')
2121
->addIdentifierAlias('\OC\Files\Storage\AmazonS3') // legacy compat
2222
->setStorageClass('\OCA\Files_External\Lib\Storage\AmazonS3')
23-
->setText($l->t('Amazon S3'))
23+
->setText($l->t('S3 Storage'))
2424
->addParameters([
2525
new DefinitionParameter('bucket', $l->t('Bucket')),
2626
(new DefinitionParameter('hostname', $l->t('Hostname')))

0 commit comments

Comments
 (0)