Fix php-cs for S3ConnectionTrait.php

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2021-12-21 21:35:46 +01:00
parent 0b01103137
commit e475dfe16c
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -32,7 +32,6 @@ namespace OC\Files\ObjectStore;
use Aws\ClientResolver;
use Aws\Credentials\CredentialProvider;
use Aws\Credentials\EcsCredentialProvider;
use Aws\Credentials\Credentials;
use Aws\Exception\CredentialsException;
use Aws\S3\Exception\S3Exception;