File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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``
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments