Class: Backup::Record::S3

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

Instance Attribute Summary

Attributes inherited from Base

#adapter_config, #keep_backups

Instance Method Summary collapse

Methods inherited from Base

destroy_all_backups, #load_adapter

Instance Method Details

#load_specific_settings(adapter) ⇒ Object



5
6
7
# File 'lib/backup/record/s3.rb', line 5

def load_specific_settings(adapter)
  self.bucket = adapter.procedure.get_storage_configuration.attributes['bucket']
end