Class: Backup::Configuration::Syncer::S3
- Defined in:
- lib/backup/configuration/syncer/s3.rb
Class Attribute Summary collapse
-
.access_key_id ⇒ Object
Amazon Simple Storage Service (S3) Credentials.
-
.bucket ⇒ Object
The S3 bucket to store files to.
-
.region ⇒ Object
The AWS 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
10 11 12 |
# File 'lib/backup/configuration/syncer/s3.rb', line 10 def access_key_id @access_key_id end |
.bucket ⇒ Object
The S3 bucket to store files to
14 15 16 |
# File 'lib/backup/configuration/syncer/s3.rb', line 14 def bucket @bucket end |
.region ⇒ Object
The AWS region of the specified S3 bucket
18 19 20 |
# File 'lib/backup/configuration/syncer/s3.rb', line 18 def region @region end |
.secret_access_key ⇒ Object
Amazon Simple Storage Service (S3) Credentials
10 11 12 |
# File 'lib/backup/configuration/syncer/s3.rb', line 10 def secret_access_key @secret_access_key end |