Class: Moneta::Adapters::S3
Instance Method Summary collapse
-
#initialize(options) ⇒ S3
constructor
A new instance of S3.
Methods inherited from Fog
#[], #clear, #delete, #key?, #store
Methods included from Defaults
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() [:cloud] = ::Fog::AWS::S3 super end |