public
Description: A command-line client for Amazon Web Services
Home | Edit | New

clis3

clis3 is a command-line interface to the Amazon Simple Storage Service (S3).

Available commands:

  • list: list bucket content
  • url: returns the private URL to a file
  • touch: create a zero-length file
  • put: push content to S3
  • rm: delete a file from S3
  • cat: returns a file’s content on stdout
  • get: pulls content from S3 into a local file
  • head: returns HTTP headers from a file on S3

list

$ clis3 list my_awesome_bucket my_awesome_bucket/a_file
Last edited by francois, Wed Apr 30 08:56:07 -0700 2008
Home | Edit | New
Versions: