summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/amazons3.php
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2013-07-08 11:11:07 +0200
committerChristian Berendt <berendt@b1-systems.de>2013-07-08 11:11:07 +0200
commitadf0fe880c6adcdfdabc6aa8f3ccfb267c4692b6 (patch)
tree85c8d84bad55cf1dd90149f8299984a8f0614def /apps/files_external/lib/amazons3.php
parent92e73928529f00aa1638777995fdd5c91ee05275 (diff)
downloadnextcloud-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.php2
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;