Skip to content

Commit 7f4380e

Browse files
authored
Merge pull request #29 from groner/aws-credentials-docs
Update AWS credentials docs to reflect changes in #24.
2 parents 173a447 + 7f57a42 commit 7f4380e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ Add this section to fluent-bit.conf:
103103
# TimeZone Asia/Tokyo
104104
```
105105

106-
fluent-bit-go-s3 supports the following credentials. Users must specify one of them:
107-
108106
## Credentials
109107

110-
Specifying credentials is **required**.
108+
By default AWS credentials are loaded from their usual providers.
109+
See [AWS CLI Configuration and Credential File Settings](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html).
111110

112-
This plugin supports the following credentials:
111+
If the default credentials are not desired, this plugin supports the following
112+
credential providers.
113113

114114
### Shared Credentials
115115

@@ -136,10 +136,6 @@ AccessKeyID yourawsaccesskeyid
136136
SecretAccessKey yourawssecretaccesskey
137137
```
138138

139-
### Environment Credentials
140-
141-
Specify `AWS_ACCESS_KEY` and `AWS_SECRET_KEY` as environment variables.
142-
143139
## Useful links
144140

145141
* [fluent-bit-go](https://github.com/fluent/fluent-bit-go)

0 commit comments

Comments
 (0)