mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
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>
This commit is contained in:
parent
70584c60d9
commit
aaf2d214c5
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