1 min read
|
Saved February 14, 2026
|
Copied!
Do you care about this?
Amazon S3 now allows users to change the server-side encryption type of existing objects without moving data. You can use the UpdateObjectEncryption API to switch between encryption methods, such as from SSE-S3 to SSE-KMS, and apply these changes at scale with S3 Batch Operations. This is particularly useful for meeting compliance and security standards.
If you do, here's more
Amazon S3 now allows users to change the server-side encryption type of their objects without moving any data. The UpdateObjectEncryption API enables this process, allowing users to switch encryption keys regardless of the object size or storage class. This feature is particularly useful for organizations needing to meet strict compliance and audit requirements regarding data security.
Many industries are facing tighter regulations that demand higher encryption standards for data-at-rest. With the UpdateObjectEncryption capability, users can transition from Amazon S3 managed server-side encryption (SSE-S3) to server-side encryption with AWS Key Management Service keys (SSE-KMS). This flexibility also extends to changing customer-managed KMS keys, which is essential for meeting specific key rotation policies or utilizing S3 Bucket Keys to lower KMS request costs.
The UpdateObjectEncryption API is accessible in all AWS Regions. Users can initiate updates through the AWS Management Console or the latest AWS SDKs, making it straightforward to adjust encryption settings as needed. For those looking to standardize encryption types across large groups of objects, S3 Batch Operations can execute these changes at scale while keeping existing object properties intact.
Questions about this article
No questions yet.