Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin committed Feb 21, 2011
1 parent 6411f52 commit c74bae9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README
@@ -0,0 +1,15 @@
> Get bucket listing:

s3-get -k {accesskey} -s /{path}/{secretid} /{bucketname}

> Get file from bucket:

s3-get -k {accesskey} -s /{path}/{secretid} /{bucketname}/{filename} > {filename}

> Upload file to bucket:

s3-put -k {accesskey} -s /{path}/{secretid} -T /{path}/{filename} /{bucketname}/{filename}

> Delete from bucket:

s3-delete -k {accesskey} -s /{path}/{secretid} /{bucketname}/{filename}

0 comments on commit c74bae9

Please sign in to comment.