Class: Moneta::Adapters::S3

Inherits:
Fog
  • Object
show all
Defined in:
lib/moneta/adapters/s3.rb

Instance Method Summary collapse

Methods inherited from Fog

#[], #clear, #delete, #key?, #store

Methods included from Defaults

#[]=, #fetch

Constructor Details

#initialize(options) ⇒ S3

Returns a new instance of S3.



7
8
9
10
# File 'lib/moneta/adapters/s3.rb', line 7

def initialize(options)
  options[:cloud] = ::Fog::AWS::S3
  super
end