public
Description: A command-line client for Amazon Web Services

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, 5 months ago
Versions: