s3rm(1p)


NAME

   s3rm - Delete Amazon AWS S3 items

SYNOPSIS

   s3rm [options] [bucket/item ...]

    Options:
      --access-key    AWS Access Key ID
      --secret-key    AWS Secret Access Key
    Environment:
      AWS_ACCESS_KEY_ID
      AWS_ACCESS_KEY_SECRET

OPTIONS

   --help  Print a brief help message and exits.

   --man   Prints the manual page and exits.

   --verbose
           Print a message for each created bucket.

   --access-key and --secret-key
           Specify the "AWS Access Key Identifiers" for the AWS account.
           --access-key is the "Access Key ID", and --secret-key is the
           "Secret Access Key".  These are effectively the "username" and
           "password" to the AWS account, and should be kept confidential.

           The access keys MUST be specified, either via these command
           line parameters, or via the AWS_ACCESS_KEY_ID and
           AWS_ACCESS_KEY_SECRET environment variables.

           Specifying them on the command line overrides the environment
           variables.

   --secure
           Uses SSL/TLS HTTPS to communicate with the AWS service, instead
           of HTTP.

ENVIRONMENT VARIABLES

   AWS_ACCESS_KEY_ID and AWS_ACCESS_KEY_SECRET
           Specify the "AWS Access Key Identifiers" for the AWS account.
           AWS_ACCESS_KEY_ID contains the "Access Key ID", and
           AWS_ACCESS_KEY_SECRET contains the "Secret Access Key".  These
           are effectively the "username" and "password" to the AWS
           service, and should be kept confidential.

           The access keys MUST be specified, either via these environment
           variables, or via the --access-key and --secret-key command
           line parameters.

           If the command line parameters are set, they override these
           environment variables.

CONFIGURATION FILE

   The configuration options will be read from the file "~/.s3-tools" if
   it exists.  The format is the same as the command line options with one
   option per line.  For example, the file could contain:

       --access-key <AWS access key>
       --secret-key <AWS secret key>
       --secure

   This example configuration file would specify the AWS access keys and
   that a secure connection using HTTPS should be used for all
   communications.

DESCRIPTION

   Delete items in the Amazon Simple Storage Service (S3).

BUGS

   Report bugs to Mark Atwood mark@fallenpegasus.com.

   Occasionally the S3 service will randomly fail for no externally
   apparent reason.  When that happens, this tool should retry, with a
   delay and a backoff.

   Access to the S3 service can be authenticated with a X.509 certificate,
   instead of via the "AWS Access Key Identifiers".  This tool should
   support that.

   It might be useful to be able to specify the "AWS Access Key
   Identifiers" in the user's "~/.netrc" file.  This tool should support
   that.

   Some errors and warnings are very "Perl-ish", and can be confusing.

AUTHOR

   Written by Mark Atwood mark@fallenpegasus.com.

   Many thanks to Wotan LLC <http://wotanllc.com>, for supporting the
   development of these S3 tools.

   Many thanks to the Amazon AWS engineers for developing S3.

SEE ALSO

   These tools use the Net::Amazon:S3 Perl module.

   The Amazon Simple Storage Service (S3) is documented at
   <http://aws.amazon.com/s3>.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.