Skip to content

Commit

Permalink
Resolves nextcloud#24699, Support ES2 and ECS instance providers for …
Browse files Browse the repository at this point in the history
…S3 buckets
  • Loading branch information
James Letendre authored and James Letendre committed Dec 14, 2020
1 parent 83607d2 commit e956d29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/private/Files/ObjectStore/S3ConnectionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ public function getConnection() {
$provider = CredentialProvider::memoize(
CredentialProvider::chain(
$this->paramCredentialProvider(),
CredentialProvider::env(),
CredentialProvider::instanceProfile()
CredentialProvider::defaultProvider()
)
);

Expand Down

0 comments on commit e956d29

Please sign in to comment.