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 <contact@edward.ly>
pull/56799/head
Edward Ly 2025-12-01 12:53:45 +07:00 committed by backportbot[bot]
parent dbe44db797
commit e664b5da88
1 changed files with 1 additions and 1 deletions

@ -20,7 +20,7 @@ class AmazonS3 extends Backend {
->setIdentifier('amazons3')
->addIdentifierAlias('\OC\Files\Storage\AmazonS3') // legacy compat
->setStorageClass('\OCA\Files_External\Lib\Storage\AmazonS3')
->setText($l->t('Amazon S3'))
->setText($l->t('S3 Storage'))
->addParameters([
new DefinitionParameter('bucket', $l->t('Bucket')),
(new DefinitionParameter('hostname', $l->t('Hostname')))