Skip to content

Commit 4f2e05d

Browse files
authored
Merge pull request #56800 from nextcloud/backport/56781/stable32
[stable32] fix(s3): rename 'Amazon S3' to 'S3 Storage'
2 parents e84960c + aaf2d21 commit 4f2e05d

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

0 commit comments

Comments
 (0)