diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-06-08 13:48:38 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-06-08 13:48:38 -0400 |
commit | 8fcdccdcdccf6e6fe43995fd08a30731aada9f4e (patch) | |
tree | 149b87a584deccc38667278215cf7bef862e4cf7 /apps/files_external | |
parent | 4b3ae60558a5d9d18cdd7be0d844d577785f46fb (diff) | |
download | nextcloud-server-8fcdccdcdccf6e6fe43995fd08a30731aada9f4e.tar.gz nextcloud-server-8fcdccdcdccf6e6fe43995fd08a30731aada9f4e.zip |
Add Amazon Web Services SDK to 3rdparty for Amazon S3 external storage
Diffstat (limited to 'apps/files_external')
-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 e847ef143c3..b8e5b9b079b 100644 --- a/apps/files_external/lib/amazons3.php +++ b/apps/files_external/lib/amazons3.php @@ -20,7 +20,7 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ -require_once 'aws-sdk-1.5.5/sdk.class.php'; +require_once 'aws-sdk/sdk.class.php'; class OC_Filestorage_AmazonS3 extends OC_Filestorage_Common { |