Skip to content

Commit

Permalink
Merge pull request aws-otel#576 from aws-otel/rapphil-fix-typo-confma…
Browse files Browse the repository at this point in the history
…p-s3

Fix typo in the documentation for s3 confmap providers
  • Loading branch information
rapphil authored Jun 20, 2023
2 parents d59abe4 + d68df69 commit 99a8444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/components/confmap-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The ADOT collector support the following types of confmap providers: file, env,
* scheme: `s3`
* description: Retrieves configuration from AWS s3. This component uses the [default credentials chain](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials) to authenticate in s3 in order to fetch the configuration.
* examples:
* `https://<bucket_name>.s3.<region>.amazonaws.com/path/to/config.yaml`
* `s3://<bucket_name>.s3.<region>.amazonaws.com/path/to/config.yaml`

<SectionSeparator />

Expand Down

0 comments on commit 99a8444

Please sign in to comment.