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 (
Home
cliaws
- Hosted on RubyForge
Description
A command-line client for Amazon Web Services.
FEATURES/PROBLEMS:
- Amazon keys are read from the environment only. They environment keys must be named: AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
- Minimal amount of error checking is done. Check the command’s status after each call.
- No logging.
SYNOPSIS:
clis3
Usage from the command line:
$ clis3 list my_awesome_bucket/a_globCliaws may also be used from Ruby:
Cliaws.s3.list(“my_awesome_bucket/a_glob”) # Returns an array of namesFull details on the clis3 page.
clisqs
Usage from the command line:
$ clisqs info my_super_queue_nameCliaws may also be used from Ruby:
Cliaws.sqs.info(“my_super_queue_name”) # Returns a Hash of informationFull details on the clisqs? page.
REQUIREMENTS:
- main
- activesupport
- right_aws
INSTALL:
- sudo gem install cliaws
Released under an MIT-like license. Read the full license.






