Skip to content

Commit

Permalink
Update generated code (#1533)
Browse files Browse the repository at this point in the history
* update generated code

* Apply suggestions from code review

Co-authored-by: Christophe Coevoet <[email protected]>

---------

Co-authored-by: Jérémy Derussé <[email protected]>
Co-authored-by: Christophe Coevoet <[email protected]>
  • Loading branch information
3 people authored Aug 3, 2023
1 parent 70b485c commit 6e903ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

- AWS api-change: The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response.
- AWS api-change: Added `ap-south-2` and `eu-south-2` bucket location constraints.
- AWS api-change: Add support for the `il-central-1` region

## 1.14.0

Expand Down
1 change: 1 addition & 0 deletions src/S3Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -2506,6 +2506,7 @@ protected function getEndpointMetadata(?string $region): array
case 'eu-west-1':
case 'eu-west-2':
case 'eu-west-3':
case 'il-central-1':
case 'me-central-1':
case 'me-south-1':
case 'sa-east-1':
Expand Down

0 comments on commit 6e903ab

Please sign in to comment.