Skip to content

Commit d7b7376

Browse files
DOCSP-10243 doc updates to example (#22)
1 parent ac04d7e commit d7b7376

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/includes/extracts-data-lake.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ content: |
1919
- Name of the provider of the cloud service where {+data-lake-short+}
2020
can access the S3 Bucket data stores.
2121
22-
{+data-lake-short+} only supports ``AWS``.
22+
{+data-lake-short+} only supports ``aws``.
2323
2424
* - ``cloudProviderConfig.aws.
2525
iamAssumedRoleARN``

source/reference/api/dataLakes-update-one-tenant.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Request Body Parameters
8888
- Name of the provider of the cloud service where {+data-lake-short+}
8989
can access the S3 Bucket.
9090

91-
{+data-lake+} supports only ``AWS``.
91+
{+data-lake+} supports only ``aws``.
9292

9393
Required if specifying ``cloudProviderConfig``.
9494

@@ -185,7 +185,7 @@ Request
185185
--request PATCH "https://cloud.mongodb.com/api/atlas/v1.0/groups/{GROUP-ID}/dataLakes/{NAME}?pretty=true"
186186
--data '{
187187
"cloudProviderConfig" : {
188-
"AWS" : {
188+
"aws" : {
189189
"iamAssumedRoleARN" : "arn:aws:iam::123456789012:role/ReadS3BucketRole",
190190
"testS3Bucket" : "user-metric-data-bucket"
191191
}

0 commit comments

Comments
 (0)