mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #56781 from nextcloud/fix/s3-name
fix(s3): rename 'Amazon S3' to 'S3 Storage'
This commit is contained in:
commit
1490ea95cb
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