Skip to content

Encrypt all objects in all buckets because... Encrypt all the things!

License

Notifications You must be signed in to change notification settings

jasonpaulraj/s3-encryptor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

S3 Encryptor

Ensures that all your files in S3 are encrypted. Loops through all the buckets and objects and copies the one no encrypted to encrypted versions.

How to run

export AWS_ACCESS_KEY_ID=YOUR_KEY_ID
export AWS_SECRET_ACCESS_KEY=YOUR_KEY
export AWS_REGION=YOUR_REGION

go run main.go

About

Encrypt all objects in all buckets because... Encrypt all the things!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%