File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff 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
136136SecretAccessKey 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 )
You can’t perform that action at this time.
0 commit comments