mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore: at S3Exception to S3ObjectTrait
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
7bcf684f81
commit
30bbb13f9a
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ namespace OC\Files\ObjectStore;
|
|||
use Aws\Command;
|
||||
use Aws\Exception\AwsException;
|
||||
use Aws\Exception\MultipartUploadException;
|
||||
use Aws\S3\Exception\S3Exception;
|
||||
use Aws\S3\Exception\S3MultipartUploadException;
|
||||
use Aws\S3\MultipartCopy;
|
||||
use Aws\S3\MultipartUploader;
|
||||
|
|
|
|||
Loading…
Reference in a new issue