Skip to content

Commit 0701155

Browse files
Merge customizations for CloudFront
1 parent c13fb19 commit 0701155

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "enhancement",
3+
"category": "cloudfront",
4+
"description": "This release adds automatic pagination to the list-origin-access-controls command. To disable this behavior, please use the --no-paginate flag."
5+
}

tests/functional/botocore/test_paginator_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'cloudfront.ListDistributionsByConnectionMode.DistributionList',
4444
'cloudfront.ListInvalidations.InvalidationList',
4545
'cloudfront.ListInvalidationsForDistributionTenant.InvalidationList',
46+
'cloudfront.ListOriginAccessControls.OriginAccessControlList',
4647
'cloudfront.ListPublicKeys.PublicKeyList',
4748
'cloudfront.ListStreamingDistributions.StreamingDistributionList',
4849
'cloudfront.ListKeyValueStores.KeyValueStoreList',

0 commit comments

Comments
 (0)