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

Announcement: S3 default integrity change #6806

Closed
zshzbh opened this issue Jan 15, 2025 · 1 comment
Closed

Announcement: S3 default integrity change #6806

zshzbh opened this issue Jan 15, 2025 · 1 comment

Comments

@zshzbh
Copy link
Contributor

zshzbh commented Jan 15, 2025

In AWS SDK for JavaScript v3.729.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.

Disclaimer: the AWS SDKs and CLI are designed for usage with official AWS services. We may introduce and enable new features by default, such as these new default integrity protections, prior to them being supported or otherwise handled by third-party service implementations. You can disable the new behavior with the WHEN_REQUIRED value for the request_checksum_calculation and response_checksum_validation configuration options covered in Data Integrity Protections for Amazon S3.

@zshzbh zshzbh added the announcement This is an announcement issue label Jan 15, 2025
@zshzbh zshzbh changed the title TITLE FOR BUG REPORT S3 Motorcade release update Jan 15, 2025
@zshzbh zshzbh changed the title S3 Motorcade release update Announcement: S3 Motorcade release update Jan 15, 2025
@zshzbh zshzbh removed the announcement This is an announcement issue label Jan 15, 2025
@zshzbh zshzbh closed this as completed Jan 15, 2025
Copy link

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

@kellertk kellertk changed the title Announcement: S3 Motorcade release update Announcement: S3 default integrity change Jan 17, 2025
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

No branches or pull requests

1 participant