Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: s3 expires customization #2955

Merged
merged 2 commits into from
Aug 6, 2024
Merged

Conversation

stobrien89
Copy link
Member

Description of changes:
S3 will soon be changing the Expires shape type to string due to inconsistencies in handling of timestamp formats. We will be modifying the S3 model to keep Expires type as timestamp for backward compatibility. We will also be adding a new shape to output structures which contain Expires: ExpiresString. This will be the unparsed (into timestamp) string format of the expires header.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

src/Api/Service.php Show resolved Hide resolved
tests/Api/ServiceTest.php Show resolved Hide resolved
tests/S3/S3ClientTest.php Show resolved Hide resolved
src/S3/S3Client.php Outdated Show resolved Hide resolved
tests/Api/ServiceTest.php Show resolved Hide resolved
src/S3/S3Client.php Show resolved Hide resolved
@stobrien89 stobrien89 merged commit 971e6f3 into aws:master Aug 6, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants