Class: Backup::Configuration::Storage::S3

Inherits:
Base
  • Object
show all
Defined in:
lib/backup/configuration/storage/s3.rb

Class Attribute Summary collapse

Method Summary

Methods inherited from Base

defaults

Methods included from Helpers

#clear_defaults!, #load_defaults!

Class Attribute Details

.access_key_idObject

Amazon Simple Storage Service (S3) Credentials



11
12
13
# File 'lib/backup/configuration/storage/s3.rb', line 11

def access_key_id
  @access_key_id
end

.bucketObject

Amazon S3 bucket name and path



15
16
17
# File 'lib/backup/configuration/storage/s3.rb', line 15

def bucket
  @bucket
end

.pathObject

Amazon S3 bucket name and path



15
16
17
# File 'lib/backup/configuration/storage/s3.rb', line 15

def path
  @path
end

.regionObject

Region of the specified S3 bucket



19
20
21
# File 'lib/backup/configuration/storage/s3.rb', line 19

def region
  @region
end

.secret_access_keyObject

Amazon Simple Storage Service (S3) Credentials



11
12
13
# File 'lib/backup/configuration/storage/s3.rb', line 11

def secret_access_key
  @secret_access_key
end