mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #56800 from nextcloud/backport/56781/stable32
[stable32] fix(s3): rename 'Amazon S3' to 'S3 Storage'
This commit is contained in:
commit
4f2e05d443
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')))
|
||||
|
|
|
|||
Loading…
Reference in a new issue