JeremyGrosser / tablesnap

Uses inotify to monitor Cassandra SSTables and upload them to S3
BSD 2-Clause "Simplified" License
181 stars 86 forks source link

Added support for server-side encryption #43

Closed avandendorpe closed 10 years ago

avandendorpe commented 10 years ago

Added a --with-sse flag (default false, for back-compat) which simply passes encrypt_key=True to boto. This enables S3's AES-256 serverside encryption without affecting retrieval.

Requires boto 2.1 or greater.