This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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:




