mirror of
https://src.fedoraproject.org/rpms/nextcloud.git
synced 2025-01-10 10:51:54 +01:00
16 lines
573 B
Diff
16 lines
573 B
Diff
diff --git a/apps/files_external/lib/Lib/Storage/AmazonS3.php b/apps/files_external/lib/Lib/Storage/AmazonS3.php
|
|
index 4bb4312..85e04a3 100644
|
|
--- a/apps/files_external/lib/Lib/Storage/AmazonS3.php
|
|
+++ b/apps/files_external/lib/Lib/Storage/AmazonS3.php
|
|
@@ -35,10 +35,6 @@
|
|
|
|
namespace OCA\Files_External\Lib\Storage;
|
|
|
|
-set_include_path(get_include_path() . PATH_SEPARATOR .
|
|
- \OC_App::getAppPath('files_external') . '/3rdparty/aws-sdk-php');
|
|
-require 'aws-autoloader.php';
|
|
-
|
|
use Aws\S3\S3Client;
|
|
use Aws\S3\Exception\S3Exception;
|
|
use Icewind\Streams\IteratorDirectory;
|