]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix https://github.com/owncloud/core/issues/6825
authorFrank Karlitschek <frank@owncloud.org>
Tue, 4 Mar 2014 11:38:56 +0000 (12:38 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Tue, 4 Mar 2014 11:38:56 +0000 (12:38 +0100)
apps/files_external/lib/config.php

index 9a8b95c14c999c00f1e3ad3b07ce36cb7e75e140..5e7704d67424aa91f738e740c52925949a14c234 100755 (executable)
@@ -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',