Skip to content

Commit

Permalink
Merge customizations for S3
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 16, 2024
1 parent b127e9b commit ef0dcb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 10 additions & 5 deletions botocore/data/s3/2006-03-01/paginators-1.sdk-extras.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,32 @@
"pagination": {
"ListBuckets": {
"non_aggregate_keys": [
"Owner"
"Owner",
"Prefix"
]
},
"ListMultipartUploads": {
"non_aggregate_keys": [
"RequestCharged"
"RequestCharged",
"Prefix"
]
},
"ListObjectVersions": {
"non_aggregate_keys": [
"RequestCharged"
"RequestCharged",
"Prefix"
]
},
"ListObjects": {
"non_aggregate_keys": [
"RequestCharged"
"RequestCharged",
"Prefix"
]
},
"ListObjectsV2": {
"non_aggregate_keys": [
"RequestCharged"
"RequestCharged",
"Prefix"
]
},
"ListParts": {
Expand Down
4 changes: 0 additions & 4 deletions tests/functional/test_paginator_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
'route53.ListResourceRecordSets.MaxItems',
's3.ListMultipartUploads.Delimiter',
's3.ListMultipartUploads.KeyMarker',
's3.ListMultipartUploads.Prefix',
's3.ListMultipartUploads.Bucket',
's3.ListMultipartUploads.MaxUploads',
's3.ListMultipartUploads.UploadIdMarker',
Expand All @@ -90,13 +89,11 @@
's3.ListObjectVersions.Delimiter',
's3.ListObjectVersions.VersionIdMarker',
's3.ListObjectVersions.KeyMarker',
's3.ListObjectVersions.Prefix',
's3.ListObjectVersions.Name',
's3.ListObjectVersions.EncodingType',
's3.ListObjects.MaxKeys',
's3.ListObjects.Delimiter',
's3.ListObjects.NextMarker',
's3.ListObjects.Prefix',
's3.ListObjects.Marker',
's3.ListObjects.Name',
's3.ListObjects.EncodingType',
Expand All @@ -105,7 +102,6 @@
's3.ListObjectsV2.Delimiter',
's3.ListObjectsV2.ContinuationToken',
's3.ListObjectsV2.KeyCount',
's3.ListObjectsV2.Prefix',
's3.ListObjectsV2.Name',
's3.ListObjectsV2.EncodingType',
's3.ListParts.PartNumberMarker',
Expand Down

0 comments on commit ef0dcb8

Please sign in to comment.