Skip to content

Commit

Permalink
Merge pull request #29 from groner/aws-credentials-docs
Browse files Browse the repository at this point in the history
Update AWS credentials docs to reflect changes in #24.
  • Loading branch information
cosmo0920 authored Mar 31, 2020
2 parents 173a447 + 7f57a42 commit 7f4380e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ Add this section to fluent-bit.conf:
# TimeZone Asia/Tokyo
```

fluent-bit-go-s3 supports the following credentials. Users must specify one of them:

## Credentials

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

This plugin supports the following credentials:
If the default credentials are not desired, this plugin supports the following
credential providers.

### Shared Credentials

Expand All @@ -136,10 +136,6 @@ AccessKeyID yourawsaccesskeyid
SecretAccessKey yourawssecretaccesskey
```

### Environment Credentials

Specify `AWS_ACCESS_KEY` and `AWS_SECRET_KEY` as environment variables.

## Useful links

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

0 comments on commit 7f4380e

Please sign in to comment.