2020IP / TwentyTwenty.Storage

A cross-cloud storage abstraction
Other
100 stars 26 forks source link

Client-side S3 encryption #31

Closed bugproof closed 3 years ago

bugproof commented 3 years ago

Can I achieve client-side S3 encryption with this library?

bugproof commented 3 years ago

Ok nvm. It's not directly possible using AmazonS3EncryptionClient because the library uses AmazonS3Client. It's only possible to manually encrypt it when saving.