diff options
author | Frank Karlitschek <frank@owncloud.org> | 2014-03-04 12:38:56 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2014-03-04 12:38:56 +0100 |
commit | 0bca969e996fb504a833f80f87f4df04aeb37634 (patch) | |
tree | 4d9cb68537a8d6ae5eb431396712da6b3e4f05af | |
parent | 432a42d846a7f180811fc9cd396c39175d5e5764 (diff) | |
download | nextcloud-server-0bca969e996fb504a833f80f87f4df04aeb37634.tar.gz nextcloud-server-0bca969e996fb504a833f80f87f4df04aeb37634.zip |
fix https://github.com/owncloud/core/issues/6825
-rwxr-xr-x | apps/files_external/lib/config.php | 2 |
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', |