AWS S3 Logo
Backup Destination
Edit Backup Destination

This module allows for any AWS S3 storage to be used as a destination for Backup and Migrate files.

Requirements

Modules required:

Optional:

Installation

It is suggested that you install using Composer.

cd /path/to/drupal/root
composer require 'drupal/backup_migrate_aws_s3'
drush en backup_migrate_aws_s3

Configuration

  1. Using the Key module, set up your access and secret keys. Keys can be managed at
    /admin/config/system/keys
  2. Visit the Backup and Migrate Destinations settings page
    /admin/config/development/backup_migrate/settings/destination
  3. Add a new Backup Destination and choose "AWS S3" as the type.
  4. Configure and select the keys configured earlier. Set region as well. Bucket options will become available after required fields are entered in.
  5. Now you are ready to start sending your backups to AWS S3 storage.

Other Modules

If your looking for a full S3 Database Backup solution, checkout the S3 Database Backup module: https://www.drupal.org/project/s3_db_backup.

Supporting organizations: 

Project information

Releases