From 0bca969e996fb504a833f80f87f4df04aeb37634 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Tue, 4 Mar 2014 12:38:56 +0100 Subject: [PATCH] fix https://github.com/owncloud/core/issues/6825 --- apps/files_external/lib/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 9a8b95c14c..5e7704d674 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',