Backup::Storage::Base
Amazon Simple Storage Service (S3) Credentials
Amazon S3 bucket name and path
Region of the specified S3 bucket
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.