We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a5a679 + e664b5d commit adfbefbCopy full SHA for adfbefb
1 file changed
apps/files_external/lib/Lib/Backend/AmazonS3.php
@@ -20,7 +20,7 @@ public function __construct(IL10N $l, AccessKey $legacyAuth) {
20
->setIdentifier('amazons3')
21
->addIdentifierAlias('\OC\Files\Storage\AmazonS3') // legacy compat
22
->setStorageClass('\OCA\Files_External\Lib\Storage\AmazonS3')
23
- ->setText($l->t('Amazon S3'))
+ ->setText($l->t('S3 Storage'))
24
->addParameters([
25
new DefinitionParameter('bucket', $l->t('Bucket')),
26
(new DefinitionParameter('hostname', $l->t('Hostname')))
0 commit comments