Skip to content

uWhisp/s3-bash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

> Get bucket listing:

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

> Get file from bucket:

s3-get -k {accesskey} -s /{path}/{secretid} -b {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}

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.0%
  • Perl 4.0%