public
Description: A command-line client for Amazon Web Services
Homepage: http://rubyforge.org/projects/cliaws
Clone URL: git://github.com/francois/cliaws.git
Search Repo:
cliaws / History.txt
100644 20 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
== 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.