| Author | Michal Ludvig |
| Homepage | s3cmd |
| Documentation | http://s3tools.org/s3cmd |
| Discussion | forum |
| Download | downloads |
| Source | subversion |
| Version | 0.9.8.3 |
| License | GPL version 2 |
Pre-requisites: python and python-openssl.
To use s3cmd with Walrus, download version 0.9.8.3 from the s3cmd sourceforge site and untar it.
Please copy and paste the patch from using the following link (into a file called s3cmd-0.9.8.3.patch).
Change dir to s3cmd-0.9.8.3. Apply the patch (patch -p1 < s3cmd-0.9.8.3.patch).
Create a config file for Walrus (called s3cfg.walrus in the examples below). Please use the following sample config as a guideline.
If you also wish to interact with Amazon's S3, you will need another config file. Please use the following example.
s3cmd -c s3cfg.walrus mb s3://testbucket
s3cmd -c s3cfg.walrus rb s3://testbucket
s3cmd -c s3cfg.walrus ls
s3cmd -c s3cfg.walrus ls s3://testbucket
s3cmd -c s3cfg.walrus put <filename> s3://testbucket
s3cmd -c s3cfg.walrus get s3://testbucket/<key> <filename>
s3cmd -c s3cfg.walrus del s3://testbucket/<key>
Please use s3cmd -h for more options.
command list bliss
golden rule
thanks for adding the missing pages, your'e a lifesaver. The example command list saved my @ss!
Sample config for Walrus
The "Sample config for Walrus" link above does not go to a sample config, but to Eucalyptus documentation page. Can this be corrected and a Walrus config file provided?
Re: Sample config for Walrus
Added the missing page, thank you!