Top Level Namespace

Defined Under Namespace

Modules: HerokuSuperBackup

Constant Summary collapse

CLOUD_CREDENTIALS =
[{:provider    => 'aws',
  :bucket_name => 'your-bucket-name',
  :backup_path => 'db',
  :key1        => 'your-key-1',
  :key2        => 'your-key-2',
  :encrypted   => true
 }
]