Skip to content

Commit 1490ea9

Browse files
authored
Merge pull request #56781 from nextcloud/fix/s3-name
fix(s3): rename 'Amazon S3' to 'S3 Storage'
2 parents 5a0651e + 09f774a commit 1490ea9

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)