Skip to content
francois edited this page Sep 12, 2010 · 6 revisions

cliaws

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_glob

Cliaws may also be used from Ruby:

Cliaws.s3.list(“my_awesome_bucket/a_glob”) # Returns an array of names

Full details on the clis3 page.

clisqs

Usage from the command line:

$ clisqs info my_super_queue_name

Cliaws may also be used from Ruby:

Cliaws.sqs.info(“my_super_queue_name”) # Returns a Hash of information

Full 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.