Skip to content

Commit 9b2661e

Browse files
author
AWS
committed
Amazon Simple Storage Service Update: Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.
1 parent 5f69222 commit 9b2661e

File tree

3 files changed

+58
-21
lines changed

3 files changed

+58
-21
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": "Amazon Simple Storage Service",
4+
"contributor": "",
5+
"description": "Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API."
6+
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"pagination": {
33
"ListBuckets": {
4+
"input_token": "ContinuationToken",
5+
"limit_key": "MaxBuckets",
6+
"output_token": "ContinuationToken",
47
"result_key": "Buckets"
58
},
69
"ListDirectoryBuckets": {

0 commit comments

Comments
 (0)