Skip to content

Commit 09f774a

Browse files
committed
fix(s3): rename 'Amazon S3' to 'S3 Storage'
The current name may be confusing to users who take advantage of other S3-compatible storage solutions not offered by Amazon, so a more generic name is preferred here. Signed-off-by: Edward Ly <[email protected]>
1 parent 7a5c79b commit 09f774a

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)