Command line tools for amazon s3
s3acl [options] [[bucket|bucket/key] ...] s3ls [options] s3ls [options] [ bucket/item ... ] s3get [options] [ bucket/item ... ] s3put [options] [ bucket/item ... ] s3mkbucket [options] [ bucket ... ] s3rmbucket [options] [ bucket ... ]
Each of the tools have their own specific command line options, but the also all share some common command line options, which are described here.
Print a brief help message and exits.
Prints the manual page and exits.
Output what is being done as it is done.
Specify the \*(L"\s-1AWS\s0 Access Key Identifiers\*(R" for the \s-1AWS\s0 account. --access-key is the \*(L"Access Key \s-1ID\s0\*(R", and --secret-key is the \*(L"Secret Access Key\*(R". These are effectively the \*(L"username\*(R" and \*(L"password\*(R" to the \s-1AWS\s0 account, and should be kept confidential. The access keys \s-1MUST\s0 be specified, either via these command line parameters, or via the \s-1AWS_ACCESS_KEY_ID\s0 and \s-1AWS_ACCESS_KEY_SECRET\s0 environment variables. Specifying them on the command line overrides the environment variables.
Uses \s-1SSL/TLS\s0 \s-1HTTPS\s0 to communicate with the \s-1AWS\s0 service, instead of \s-1HTTP\s0.
These S3 command line tools allow you to manipulate and populate an S3 account. Refer to the documentation (pod and man) for each of the tools.
This Net::Amazon::S3::Tools module is mostly just a stub, to hoist the bundling and installation of the executable scripts that make up the actual tools.
Report bugs to Mark Atwood [email protected].
Occasionally the S3 service will randomly fail for no externally apparent reason. When that happens, these tools 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 \*(L"\s-1AWS\s0 Access Key Identifiers\*(R". These tools should support that.
It might be useful to be able to specify the \*(L"\s-1AWS\s0 Access Key Identifiers\*(R" in the user's \*(C`~/.netrc\*(C' file. These tools should support that.
Errors and warnings are very \*(L"Perl-ish\*(R", and can be confusing.
These tools use the Net::Amazon::S3 Perl module.
The Amazon Simple Storage Service is documented at <http://aws.amazon.com/s3>.
These tools are hosted at <http://fallenpegasus.com/code/s3-tools>.
Written by Mark Atwood [email protected].
Many thanks to Wotan \s-1LLC\s0 <http://wotanllc.com>, for supporting the development of these S3 tools.
Many thanks to the Amazon \s-1AWS\s0 engineers for developing S3.
Copyright (C) 2007,2008 by Mark Atwood
This module is not an official Amazon product or service. Information used to create this module was obtained only from publicly available information, mainly from the published Amazon documentation.
This module is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License and the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.