summaryrefslogtreecommitdiffstats
path: root/apps/files_external
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-04 14:30:30 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-04 14:30:30 +0100
commitf42b6f1a4e625c63b72f602bf5f9fafdce68e4a4 (patch)
treedc3966c30cdf54b4654e375654f56cd34da3e3bd /apps/files_external
parent7c3f3cc93348a23ee20bb75250a7313412fa2085 (diff)
parent0bca969e996fb504a833f80f87f4df04aeb37634 (diff)
downloadnextcloud-server-f42b6f1a4e625c63b72f602bf5f9fafdce68e4a4.tar.gz
nextcloud-server-f42b6f1a4e625c63b72f602bf5f9fafdce68e4a4.zip
Merge pull request #7525 from owncloud/fix_S3string
fix https://github.com/owncloud/core/issues/6825
Diffstat (limited to 'apps/files_external')
-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 43275d36c06..8456b81d255 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',