Merge pull request #56800 from nextcloud/backport/56781/stable32

[stable32] fix(s3): rename 'Amazon S3' to 'S3 Storage'
This commit is contained in:
Edward Ly 2025-12-03 06:27:40 -08:00 committed by GitHub
commit 4f2e05d443
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,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')))