Skip to content

Commit 16de028

Browse files
author
AWS
committed
AWS S3 Control Update: S3 Multi-Region Access Points provide a single global endpoint to access a data set that spans multiple S3 buckets in different AWS Regions.
1 parent b9ee301 commit 16de028

File tree

3 files changed

+752
-35
lines changed

3 files changed

+752
-35
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS S3 Control",
4+
"contributor": "",
5+
"description": "S3 Multi-Region Access Points provide a single global endpoint to access a data set that spans multiple S3 buckets in different AWS Regions."
6+
}

services/s3control/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"output_token": "NextToken",
1717
"limit_key": "MaxResults"
1818
},
19+
"ListMultiRegionAccessPoints": {
20+
"input_token": "NextToken",
21+
"output_token": "NextToken",
22+
"limit_key": "MaxResults"
23+
},
1924
"ListRegionalBuckets": {
2025
"input_token": "NextToken",
2126
"output_token": "NextToken",

0 commit comments

Comments
 (0)