docker-archive / docker-registry

This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Apache License 2.0
2.88k stars 877 forks source link

S3 backend: provide client side encryption #978

Open nob13 opened 9 years ago

nob13 commented 9 years ago

The s3 backend is very nice and easy to deploy huge amounts of data. However there is only a switch for server side encryption which is fairly useless as you have to fully trust Amazon on it, and some customers usually don't do.

Is it possible to add client side encryption? There seem to be already libraries offering this

dmp42 commented 9 years ago

Thanks @nob13

I'm adding this request to the new golang registry home.

This is probably not going to happen for the current python registry (here).