diff options
author | Christian Berendt <berendt@b1-systems.de> | 2013-07-08 11:11:07 +0200 |
---|---|---|
committer | Christian Berendt <berendt@b1-systems.de> | 2013-07-08 11:11:07 +0200 |
commit | adf0fe880c6adcdfdabc6aa8f3ccfb267c4692b6 (patch) | |
tree | 85c8d84bad55cf1dd90149f8299984a8f0614def /apps/files_external/lib/amazons3.php | |
parent | 92e73928529f00aa1638777995fdd5c91ee05275 (diff) | |
download | nextcloud-server-adf0fe880c6adcdfdabc6aa8f3ccfb267c4692b6.tar.gz nextcloud-server-adf0fe880c6adcdfdabc6aa8f3ccfb267c4692b6.zip |
removed aws.phar and added extracted zip instead
Diffstat (limited to 'apps/files_external/lib/amazons3.php')
-rw-r--r-- | apps/files_external/lib/amazons3.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/amazons3.php b/apps/files_external/lib/amazons3.php index 9b926ee47cc..c8f85c50155 100644 --- a/apps/files_external/lib/amazons3.php +++ b/apps/files_external/lib/amazons3.php @@ -26,7 +26,7 @@ namespace OC\Files\Storage; set_include_path(get_include_path() . PATH_SEPARATOR . \OC_App::getAppPath('files_external') . '/3rdparty/aws-sdk-php'); -require 'aws.phar'; +require 'aws-autoloader.php'; use Aws\S3\S3Client; use Aws\S3\Exception\S3Exception; |