Sha256: f8dee7591de4528fb425e33d3553761db5d44e0399bbb9ccc9348a0a8417da35

Contents?: true

Size: 498 Bytes

Versions: 4

Compression:

Stored size: 498 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|
    # AWS Credentials
    s3.access_key_id     = "my_access_key_id"
    s3.secret_access_key = "my_secret_access_key"
    # Or, to use a IAM Profile:
    # s3.use_iam_profile = true

    s3.region            = "us-east-1"
    s3.bucket            = "bucket-name"
    s3.path              = "path/to/backups"
  end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
backup-3.11.0 templates/cli/storage/s3
backup-3.10.0 templates/cli/storage/s3
backup-3.9.0 templates/cli/storage/s3
backup-3.8.0 templates/cli/storage/s3