Skip to content

Commit

Permalink
Update README.md of AWS S3 Exporter with example of setting AWS Crede… (
Browse files Browse the repository at this point in the history
open-telemetry#31890)

…ntial for OpenTelemetry Collector Helm Chart

---------

Co-authored-by: Dmitrii Anoshin <[email protected]>
  • Loading branch information
jek-bao-choo and dmitryax authored Mar 29, 2024
1 parent ac86132 commit 19da245
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions exporter/awss3exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,13 @@ This exporter follows default credential resolution for the

Follow the [guidelines](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html) for the
credential configuration.

### OpenTelemetry Collector Helm Chart for Kubernetes
For example, when using OpenTelemetry Collector Helm Chart you could use `extraEnvs` in the values.yaml.
```yaml
extraEnvs:
- name: AWS_ACCESS_KEY_ID
value: "< YOUR AWS ACCESS KEY >"
- name: AWS_SECRET_ACCESS_KEY
value: "< YOUR AWS SECRET ACCESS KEY >"
```

0 comments on commit 19da245

Please sign in to comment.