francois / cliaws

A command-line client for Amazon Web Services

This URL has Read+Write access

francois (author)
Fri May 30 19:37:42 -0700 2008
commit  a906c4625ad97bbba4a708fc64f849f62351d76f
tree    9e47b0d3dcb03a06bcb50420b67fb03bff7237e6
parent  2f2ae695808564732f4cec66249d53f41c72f64e
cliaws / History.txt
100644 21 lines (13 sloc) 0.54 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
== 1.2.0 2008-05-30
 
* clis3 url returns the authenticated URL to an s3 object
* clisqs info subcommand
* Cliaws::Sqs#fetch returns a number of messages in one call
* clis3 put handles multiple arguments (put A B C bucket/dir)
* clis3 handles unknown bucket names gracefully
 
== 1.1.1 2008-04-17
 
* Renamed send to push for clisqs.
 
== 1.1.0 2008-04-17
 
* Implemented sqs command-line client.
* Cliaws::S3#get either returns the data, or writes the data to it's +dest+ parameter.
 
== 1.0.0 2008-04-12
 
* Implemented s3 command-line client.