You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/third_party/boto
pgervais@chromium.org 0752f9bf41 Replaced boto certificate
Removed check on certificate SHA1 in gsutil

BUG=348233

Review URL: https://codereview.chromium.org/212553007

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@260297 0039d316-1c4b-4281-b951-d872f2087c98
11 years ago
..
cacerts Replaced boto certificate 11 years ago
contrib This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
core This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
datapipeline This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
ecs This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
file This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
fps This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
gs This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
manage This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
mashups This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
pyami This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
roboto This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
s3 This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
services This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
ses This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
sts This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
LICENSE This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
README.chromium Replaced boto certificate 11 years ago
README.rst This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
__init__.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
auth.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
auth_handler.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
compat.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
connection.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
exception.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
handler.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
https_connection.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
jsonresponse.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
plugin.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
provider.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
regioninfo.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
resultset.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
storage_uri.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago
utils.py This is needed for https://chromiumcodereview.appspot.com/12042069/ 12 years ago

README.rst

####
boto
####
boto 2.8.0
31-Jan-2013

.. image:: https://secure.travis-ci.org/boto/boto.png?branch=develop
        :target: https://secure.travis-ci.org/boto/boto

************
Introduction
************

Boto is a Python package that provides interfaces to Amazon Web Services.
At the moment, boto supports:

* Compute

  * Amazon Elastic Compute Cloud (EC2)
  * Amazon Elastic Map Reduce (EMR)
  * AutoScaling

* Content Delivery

  * Amazon CloudFront

* Database

  * Amazon Relational Data Service (RDS)
  * Amazon DynamoDB
  * Amazon SimpleDB
  * Amazon ElastiCache

* Deployment and Management

  * AWS Elastic Beanstalk
  * AWS CloudFormation
  * AWS Data Pipeline

* Identity & Access

  * AWS Identity and Access Management (IAM)

* Application Services

  * Amazon CloudSearch
  * Amazon Simple Workflow Service (SWF)
  * Amazon Simple Queue Service (SQS)
  * Amazon Simple Notification Server (SNS)
  * Amazon Simple Email Service (SES)

* Montoring

  * Amazon CloudWatch

* Networking

  * Amazon Route53
  * Amazon Virtual Private Cloud (VPC)
  * Elastic Load Balancing (ELB)

* Payments and Billing

  * Amazon Flexible Payment Service (FPS)

* Storage

  * Amazon Simple Storage Service (S3)
  * Amazon Glacier
  * Amazon Elastic Block Store (EBS)
  * Google Cloud Storage

* Workforce

  * Amazon Mechanical Turk

* Other

  * Marketplace Web Services

The goal of boto is to support the full breadth and depth of Amazon
Web Services.  In addition, boto provides support for other public
services such as Google Storage in addition to private cloud systems
like Eucalyptus, OpenStack and Open Nebula.

Boto is developed mainly using Python 2.6.6 and Python 2.7.1 on Mac OSX
and Ubuntu Maverick.  It is known to work on other Linux distributions
and on Windows.  Boto requires no additional libraries or packages
other than those that are distributed with Python.  Efforts are made
to keep boto compatible with Python 2.5.x but no guarantees are made.

************
Installation
************

Install via `pip`_:

::

	$ pip install boto

Install from source:

::

	$ git clone git://github.com/boto/boto.git
	$ cd boto
	$ python setup.py install

**********
ChangeLogs
**********

To see what has changed over time in boto, you can check out the
`release notes`_ in the wiki.

***************************
Finding Out More About Boto
***************************

The main source code repository for boto can be found on `github.com`_.
The boto project uses the `gitflow`_ model for branching.

`Online documentation`_ is also available. The online documentation includes
full API documentation as well as Getting Started Guides for many of the boto
modules.

Boto releases can be found on the `Python Cheese Shop`_.

Join our IRC channel `#boto` on FreeNode.
Webchat IRC channel: http://webchat.freenode.net/?channels=boto

Join the `boto-users Google Group`_.

*************************
Getting Started with Boto
*************************

Your credentials can be passed into the methods that create
connections.  Alternatively, boto will check for the existance of the
following environment variables to ascertain your credentials:

**AWS_ACCESS_KEY_ID** - Your AWS Access Key ID

**AWS_SECRET_ACCESS_KEY** - Your AWS Secret Access Key

Credentials and other boto-related settings can also be stored in a
boto config file.  See `this`_ for details.

Copyright (c) 2006-2012 Mitch Garnaat <mitch@garnaat.com>
Copyright (c) 2010-2011, Eucalyptus Systems, Inc.
Copyright (c) 2012 Amazon.com, Inc. or its affiliates.
All rights reserved.

.. _pip: http://www.pip-installer.org/
.. _release notes: https://github.com/boto/boto/wiki
.. _github.com: http://github.com/boto/boto
.. _Online documentation: http://docs.pythonboto.org
.. _Python Cheese Shop: http://pypi.python.org/pypi/boto
.. _this: http://code.google.com/p/boto/wiki/BotoConfig
.. _gitflow: http://nvie.com/posts/a-successful-git-branching-model/
.. _neo: https://github.com/boto/boto/tree/neo
.. _boto-users Google Group: https://groups.google.com/forum/?fromgroups#!forum/boto-users