Skip to content

Commit

Permalink
further detail to credential sources
Browse files Browse the repository at this point in the history
  • Loading branch information
wired00 authored and frankdejonge committed Sep 3, 2019
1 parent 9df52f2 commit 34ef189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/adapter/aws-s3-v3.md
Expand Up @@ -101,6 +101,8 @@ $adapter = new AwsS3Adapter($client, 'your-bucket-name', 'optional/path/prefix')
$filesystem = new Filesystem($adapter);
```

The default credential provider will attempt to load credentials from sources such as environment variables, configuration files and then from the instance profile, such as EC2 metadata.

For further details see https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials_provider.html#defaultprovider-provider

---
Expand Down

0 comments on commit 34ef189

Please sign in to comment.