summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2014-03-04 12:38:56 +0100
committerFrank Karlitschek <frank@owncloud.org>2014-03-04 12:38:56 +0100
commit0bca969e996fb504a833f80f87f4df04aeb37634 (patch)
tree4d9cb68537a8d6ae5eb431396712da6b3e4f05af
parent432a42d846a7f180811fc9cd396c39175d5e5764 (diff)
downloadnextcloud-server-0bca969e996fb504a833f80f87f4df04aeb37634.tar.gz
nextcloud-server-0bca969e996fb504a833f80f87f4df04aeb37634.zip
fix https://github.com/owncloud/core/issues/6825
-rwxr-xr-xapps/files_external/lib/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index 9a8b95c14c9..5e7704d6742 100755
--- a/apps/files_external/lib/config.php
+++ b/apps/files_external/lib/config.php
@@ -45,7 +45,7 @@ class OC_Mount_Config {
'datadir' => 'Location'));
$backends['\OC\Files\Storage\AmazonS3']=array(
- 'backend' => 'Amazon S3',
+ 'backend' => 'Amazon S3 and compliant',
'configuration' => array(
'key' => 'Access Key',
'secret' => '*Secret Key',