diff --git a/.changes/next-release/api-change-s3-44292.json b/.changes/next-release/api-change-s3-44292.json new file mode 100644 index 0000000000..b9ab3204d0 --- /dev/null +++ b/.changes/next-release/api-change-s3-44292.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3``", + "description": "[``botocore``] Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response." +} diff --git a/.changes/next-release/bugfix-Config-98372.json b/.changes/next-release/bugfix-Config-98372.json new file mode 100644 index 0000000000..82f32604bd --- /dev/null +++ b/.changes/next-release/bugfix-Config-98372.json @@ -0,0 +1,5 @@ +{ + "type": "bugfix", + "category": "Config", + "description": "[``botocore``] Fixed sigv4a_signing_region_set resolution when set in environment or config file." +}