Amazon S3 (Simple Storage Service) is a scalable cloud storage service provided by Amazon Web Services, designed for storing and retrieving any amount of data from anywhere on the web.
Currently data stored in S3 has only a single layer of encryption, which could leave it more vulnerable if the encryption key is compromised. This may also impact industries with strict data security requirements—like finance, healthcare, or government—where dual-layered encryption is often necessary to ensure data integrity and mitigate risk.
To address the user's needs, we introduced DSSE-KMS(dual-layer server-side encryption with keys stored in AWS Key Management Service). This solution allows users to leverage a single platform for secure encryption, simplifying the process while ensuring compliance requirements are easily met.
Added DSSE under Encryption type and updated the following options.
Since we added DSSE to the bucket creation flow, the destination feature should include DSSE information.
Updated the read-only view after creation or update.