Class: Backup::Syncer::S3
Constant Summary
Constants inherited from Cloud
Constants included from CLI::Helpers
Instance 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.
Attributes inherited from Cloud
#concurrency_level, #concurrency_type
Attributes inherited from Base
Method Summary
Methods inherited from Cloud
Methods inherited from Base
Methods included from Configuration::Helpers
#clear_defaults!, #load_defaults!
Methods included from CLI::Helpers
#command_name, #raise_if_command_failed!, #run, #utility
Constructor Details
This class inherits a constructor from Backup::Syncer::Cloud
Instance Attribute Details
#access_key_id ⇒ Object
Amazon Simple Storage Service (S3) Credentials
9 10 11 |
# File 'lib/backup/syncer/s3.rb', line 9 def access_key_id @access_key_id end |
#bucket ⇒ Object
The S3 bucket to store files to
13 14 15 |
# File 'lib/backup/syncer/s3.rb', line 13 def bucket @bucket end |
#region ⇒ Object
The AWS region of the specified S3 bucket
17 18 19 |
# File 'lib/backup/syncer/s3.rb', line 17 def region @region end |
#secret_access_key ⇒ Object
Amazon Simple Storage Service (S3) Credentials
9 10 11 |
# File 'lib/backup/syncer/s3.rb', line 9 def secret_access_key @secret_access_key end |