Method: Mortar::Command::S3#get
- Defined in:
- lib/mortar/command/s3.rb
#get ⇒ Object
s3:get S3_PATH OUTPUT_PATH
Download files from a path in S3 to your local computer.
Examples:
Download from your bucket with:
$ mortar s3:get s3://mortar-example/out out/
32 33 34 |
# File 'lib/mortar/command/s3.rb', line 32 def get do_get("get") end |