Merge pull request #30370 from nextcloud/lint/fix-s3connectiontrait

Fix php-cs for S3ConnectionTrait.php
This commit is contained in:
Julius Härtl 2021-12-23 09:03:21 +01:00 committed by GitHub
commit 29dffd7e7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;