Merge pull request #7525 from owncloud/fix_S3string
fix https://github.com/owncloud/core/issues/6825
This commit is contained in:
commit
f42b6f1a4e
|
@ -45,7 +45,7 @@ class OC_Mount_Config {
|
||||||
'datadir' => 'Location'));
|
'datadir' => 'Location'));
|
||||||
|
|
||||||
$backends['\OC\Files\Storage\AmazonS3']=array(
|
$backends['\OC\Files\Storage\AmazonS3']=array(
|
||||||
'backend' => 'Amazon S3',
|
'backend' => 'Amazon S3 and compliant',
|
||||||
'configuration' => array(
|
'configuration' => array(
|
||||||
'key' => 'Access Key',
|
'key' => 'Access Key',
|
||||||
'secret' => '*Secret Key',
|
'secret' => '*Secret Key',
|
||||||
|
|
Loading…
Reference in New Issue