Sha256: 886016718066cbb971a7eb15d1d710560bb8d1d26ded5bb1e3b2f0d8f09eccf8
Contents?: true
Size: 411 Bytes
Versions: 3
Compression:
Stored size: 411 Bytes
Contents
## # Amazon Simple Storage Service [Storage] # # See the documentation on the Wiki for details. # https://github.com/meskyanichi/backup/wiki/Storages store_with S3 do |s3| s3.access_key_id = "my_access_key_id" s3.secret_access_key = "my_secret_access_key" s3.region = "us-east-1" s3.bucket = "bucket-name" s3.path = "path/to/backups" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
backup-3.7.2 | templates/cli/storage/s3 |
backup-3.7.1 | templates/cli/storage/s3 |
backup-3.7.0 | templates/cli/storage/s3 |