Methods

Class/Module Index [+]

Quicksearch

Backup::Storage::S3

Attributes

access_key_id[RW]

Amazon Simple Storage Service (S3) Credentials

bucket[RW]

Amazon S3 bucket name and path

path[RW]

Amazon S3 bucket name and path

region[RW]

Region of the specified S3 bucket

secret_access_key[RW]

Amazon Simple Storage Service (S3) Credentials

Public Class Methods

new(model, storage_id = nil, &block) click to toggle source

Creates a new instance of the storage object

# File lib/backup/storage/s3.rb, line 24
def initialize(model, storage_id = nil, &block)
  super(model, storage_id)

  @path ||= 'backups'

  instance_eval(&block) if block_given?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.