Hi,

Amazon S3 offers file encryption at rest. It could be useful to have Backup and Migrate also supporting Amazon S3 encryption.
(Like S3 file system -module already does: https://www.drupal.org/node/2559485)

So maybe in the S3 settings -page: (admin/config/system/backup_migrate/settings/destination/add/s3)
there could be option to select: "Use S3 encryption"

If the "S3 encryption" -setting is selected by the user, the Backup and Migrate -module saves the backup files to S3 with the "ServerSideEncryption" option on the PutObject call. S3 handles the rest.

https://aws.amazon.com/about-aws/whats-new/2011/10/04/amazon-s3-announce...

What a great module! Thanks for that!

Comments

jukka792 created an issue. See original summary.

t_stallmann’s picture

Just a +1 that this would be useful, and I might be able to put some time into writing a patch to enable it.

couturier’s picture

Version: 7.x-3.1 » 7.x-3.x-dev
Status: Active » Needs work

@t_stallmann if you still feel this feature is important, any work toward writing a patch would be helpful. All of the development effort at the current time is going toward the D8 version of Backup and Migrate, so you might prefer to spend time on the newer D8 version. If so, please update the version label on this issue.

DamienMcKenna’s picture

Status: Needs work » Active

"Active" is the appropriate status for an issue which does not have a patch.