Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Unified Diff: README

Issue 8386013: Merging in latest boto. (Closed) Base URL: svn://svn.chromium.org/boto
Patch Set: Redoing vendor drop by deleting and then merging. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « MANIFEST.in ('k') | README.markdown » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README
diff --git a/README b/README
deleted file mode 100644
index 35b72326da10f3e3fc1ff97947a65f0e7fbeccad..0000000000000000000000000000000000000000
--- a/README
+++ /dev/null
@@ -1,65 +0,0 @@
-boto 2.0b4
-13-Feb-2011
-
-Copyright (c) 2006-2011 Mitch Garnaat <mitch@garnaat.org>
-Copyright (c) 2010-2011, Eucalyptus Systems, Inc.
-All rights reserved.
-
-http://code.google.com/p/boto
-
-Boto is a Python package that provides interfaces to Amazon Web Services.
-At the moment, boto supports:
-
- * Simple Storage Service (S3)
- * SimpleQueue Service (SQS)
- * Elastic Compute Cloud (EC2)
- * Mechanical Turk
- * SimpleDB
- * CloudFront
- * CloudWatch
- * AutoScale
- * Elastic Load Balancer (ELB)
- * Virtual Private Cloud (VPC)
- * Elastic Map Reduce (EMR)
- * Relational Data Service (RDS)
- * Simple Notification Server (SNS)
- * Google Storage
- * Identity and Access Management (IAM)
- * Route53 DNS Service (route53)
- * Simple Email Service (SES)
-
-The intent is to support additional services in the future.
-
-The goal of boto is to provide a very simple, easy to use, lightweight
-wrapper around the Amazon services. Not all features supported by the
-Amazon Web Services will be supported in boto. Basically, those
-features I need to do what I want to do are supported first. Other
-features and requests are welcome and will be accomodated to the best
-of my ability. Patches and contributions are welcome!
-
-Boto was written using Python 2.6.5 on Mac OSX. It has also been tested
-on Linux Ubuntu using Python 2.6.5. Boto requires no additional
-libraries or packages other than those that are distributed with Python 2.6.5.
-Efforts are made to keep boto compatible with Python 2.4.x but no
-guarantees are made.
-
-Documentation for boto can be found at:
-
-http://boto.cloudhackers.com/
-
-Join our `IRC channel`_ (#boto on FreeNode).
- IRC channel: http://webchat.freenode.net/?channels=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:
-
-http://code.google.com/p/boto/wiki/BotoConfig
-
-for details.
« no previous file with comments | « MANIFEST.in ('k') | README.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698