2
Answers

File Encrypt and decrypt in AWS s3 bucket using KMS key

hari babu

hari babu

2y
901
1

Hello,

I need help to with code to store the file in AWS S3 bucket using KMS key in encrpt and decrypt mode

Answers (2)
4
Rajesh Gami

Rajesh Gami

79 24.4k 1.3m 2y

https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/s3-example-client-side-decrypt-item-with-kms-master-key.html

https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/s3-example-server-side-encryption-with-user-managed-key.html

https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html

3
Pasang Tamang

Pasang Tamang

72 26.5k 204.9k 2y

Hi,
AWS documentation have better explanation with example. Please check below link

https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/kms-keys-s3-encryption.html

You can also check this YouTube video https://www.youtube.com/watch?v=YfoCNCuVSlI.

 

Regards,
Pasang