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: |
19
19
- Name of the provider of the cloud service where {+data-lake-short+}
20
20
can access the S3 Bucket data stores.
21
21
22
- {+data-lake-short+} only supports ``AWS ``.
22
+ {+data-lake-short+} only supports ``aws ``.
23
23
24
24
* - ``cloudProviderConfig.aws.
25
25
iamAssumedRoleARN``
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Request Body Parameters
88
88
- Name of the provider of the cloud service where {+data-lake-short+}
89
89
can access the S3 Bucket.
90
90
91
- {+data-lake+} supports only ``AWS ``.
91
+ {+data-lake+} supports only ``aws ``.
92
92
93
93
Required if specifying ``cloudProviderConfig``.
94
94
@@ -185,7 +185,7 @@ Request
185
185
--request PATCH "https://cloud.mongodb.com/api/atlas/v1.0/groups/{GROUP-ID}/dataLakes/{NAME}?pretty=true"
186
186
--data '{
187
187
"cloudProviderConfig" : {
188
- "AWS " : {
188
+ "aws " : {
189
189
"iamAssumedRoleARN" : "arn:aws:iam::123456789012:role/ReadS3BucketRole",
190
190
"testS3Bucket" : "user-metric-data-bucket"
191
191
}
You can’t perform that action at this time.
0 commit comments