Class: ZAWS::S3
- Inherits:
-
Object
- Object
- ZAWS::S3
- Defined in:
- lib/zaws/services/s3.rb
Instance Method Summary collapse
- #bucket ⇒ Object
-
#initialize(shellout, aws) ⇒ S3
constructor
A new instance of S3.
Constructor Details
#initialize(shellout, aws) ⇒ S3
Returns a new instance of S3.
4 5 6 7 |
# File 'lib/zaws/services/s3.rb', line 4 def initialize(shellout,aws) @shellout=shellout @aws=aws end |