Skip to content

Commit 99a8444

Browse files
authored
Merge pull request #576 from aws-otel/rapphil-fix-typo-confmap-s3
Fix typo in the documentation for s3 confmap providers
2 parents d59abe4 + d68df69 commit 99a8444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/components/confmap-providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The ADOT collector support the following types of confmap providers: file, env,
6666
* scheme: `s3`
6767
* 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.
6868
* examples:
69-
* `https://<bucket_name>.s3.<region>.amazonaws.com/path/to/config.yaml`
69+
* `s3://<bucket_name>.s3.<region>.amazonaws.com/path/to/config.yaml`
7070

7171
<SectionSeparator />
7272

0 commit comments

Comments
 (0)