Class: Ungulate::S3Storage
- Inherits:
-
Object
- Object
- Ungulate::S3Storage
- Defined in:
- lib/ungulate/s3_storage.rb
Instance Method Summary collapse
- #bucket(name, options = {}) ⇒ Object
-
#initialize(options) ⇒ S3Storage
constructor
A new instance of S3Storage.
Constructor Details
#initialize(options) ⇒ S3Storage
Returns a new instance of S3Storage.
3 4 5 |
# File 'lib/ungulate/s3_storage.rb', line 3 def initialize() @s3 = RightAws::S3.new *.values_at(:access_key_id, :secret_access_key) end |