Class: Backup::Configuration::Storage::S3
- Defined in:
- lib/backup/configuration/storage/s3.rb
Class Attribute Summary collapse
-
.access_key_id ⇒ Object
Amazon Simple Storage Service (S3) Credentials.
-
.bucket ⇒ Object
Amazon S3 bucket name and path.
-
.path ⇒ Object
Amazon S3 bucket name and path.
-
.region ⇒ Object
Region of the specified S3 bucket.
-
.secret_access_key ⇒ Object
Amazon Simple Storage Service (S3) Credentials.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #load_defaults!
Class Attribute Details
.access_key_id ⇒ Object
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 |
.bucket ⇒ Object
Amazon S3 bucket name and path
15 16 17 |
# File 'lib/backup/configuration/storage/s3.rb', line 15 def bucket @bucket end |
.path ⇒ Object
Amazon S3 bucket name and path
15 16 17 |
# File 'lib/backup/configuration/storage/s3.rb', line 15 def path @path end |
.region ⇒ Object
Region of the specified S3 bucket
19 20 21 |
# File 'lib/backup/configuration/storage/s3.rb', line 19 def region @region end |
.secret_access_key ⇒ Object
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 |