On Thu, Jun 26, 2014 at 9:26 AM, <[email protected]> wrote: > S3 now supports automatic encryption using server-side keys if you pass in a > specific header. > > http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html > > > Is there any easy direct support for this in awl-e?
As it would turn out, the yet-unreleased v0.8 series/master branch supports and requires this: https://github.com/wal-e/wal-e/commit/9b6ede3eee74b98bb6187377ed42dc0a54ce5459 Before that was committed I had done something very similar in my "heroku special" edition of v0.7 WAL-E (where I test changes or keep expedited hacks for Heroku sake) and it works great. So, you could either use "master" (it seems stable right now) or apply that patch to v0.7. -- You received this message because you are subscribed to the Google Groups "wal-e" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
