Merge pull request #56781 from nextcloud/fix/s3-name

fix(s3): rename 'Amazon S3' to 'S3 Storage'
pull/49485/merge
Edward Ly 2025-12-02 09:20:34 +07:00 committed by GitHub
commit 1490ea95cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -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')))