Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Announcement: S3 default integrity protection change #5801

Closed
debora-ito opened this issue Jan 16, 2025 · 0 comments
Closed

Announcement: S3 default integrity protection change #5801

debora-ito opened this issue Jan 16, 2025 · 0 comments
Labels
announcement This is an announcement issue

Comments

@debora-ito
Copy link
Member

In AWS SDK for Java 2.30.0, we released changes to the S3 client that adopts new default integrity protections. For more information on default integrity behavior, please refer to the official SDK documentation. In SDK releases from this version on, clients default to enabling an additional checksum on all Put calls and enabling validation on Get calls.

You can disable default integrity protections for S3. We do not recommend this because checksums are important to S3 integrity posture. Integrity protections can be disabled by setting the config flag to WHEN_REQUIRED, or by using the related AWS shared config file settings or environment variables.

@debora-ito debora-ito added the announcement This is an announcement issue label Jan 16, 2025
@debora-ito debora-ito pinned this issue Jan 16, 2025
@aws aws locked and limited conversation to collaborators Jan 16, 2025
@debora-ito debora-ito converted this issue into discussion #5802 Jan 16, 2025

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
announcement This is an announcement issue
Projects
None yet
Development

No branches or pull requests

1 participant