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

Side by Side Diff: third_party/gsutil/boto/docs/source/index.rst

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 .. _index:
2
3 ===============================================
4 boto: A Python interface to Amazon Web Services
5 ===============================================
6
7 An integrated interface to current and future infrastructural services
8 offered by `Amazon Web Services`_.
9
10 .. _Amazon Web Services: http://aws.amazon.com/
11
12 Currently Supported Services
13 ----------------------------
14
15 * **Compute**
16
17 * :doc:`Elastic Compute Cloud (EC2) <ec2_tut>` -- (:doc:`API Reference <ref/ec 2>`)
18 * :doc:`Elastic MapReduce (EMR) <emr_tut>` -- (:doc:`API Reference <ref/emr>`)
19 * :doc:`Auto Scaling <autoscale_tut>` -- (:doc:`API Reference <ref/autoscale>` )
20
21 * **Content Delivery**
22
23 * :doc:`CloudFront <cloudfront_tut>` -- (:doc:`API Reference <ref/cloudfront>` )
24
25 * **Database**
26
27 * :doc:`SimpleDB <simpledb_tut>` -- (:doc:`API Reference <ref/sdb>`)
28 * :doc:`DynamoDB <dynamodb_tut>` -- (:doc:`API Reference <ref/dynamodb>`)
29 * Relational Data Services (RDS) -- (:doc:`API Reference <ref/rds>`)
30
31 * **Deployment and Management**
32
33 * CloudFormation -- (:doc:`API Reference <ref/cloudformation>`)
34
35 * **Identity & Access**
36
37 * Identity and Access Management (IAM) -- (:doc:`API Reference <ref/iam>`)
38
39 * **Application Services**
40
41 * Simple Workflow Service (SWF) -- (:doc:`API Reference <ref/swf>`)
42 * :doc:`Simple Queue Service (SQS) <sqs_tut>` -- (:doc:`API Reference <ref/sqs >`)
43 * Simple Notification Service (SNS) -- (:doc:`API Reference <ref/sns>`)
44 * :doc:`Simple Email Service (SES) <ses_tut>` -- (:doc:`API Reference <ref/ses >`)
45
46 * **Monitoring**
47
48 * :doc:`CloudWatch <cloudwatch_tut>` -- (:doc:`API Reference <ref/cloudwatch>` )
49
50 * **Networking**
51
52 * Route 53 -- (:doc:`API Reference <ref/route53>`)
53 * :doc:`Virtual Private Cloud (VPC) <vpc_tut>` -- (:doc:`API Reference <ref/vp c>`)
54 * :doc:`Elastic Load Balancing (ELB) <elb_tut>` -- (:doc:`API Reference <ref/e lb>`)
55
56 * **Payments & Billing**
57
58 * Flexible Payments Service (FPS) -- (:doc:`API Reference <ref/fps>`)
59
60 * **Storage**
61
62 * :doc:`Simple Storage Service (S3) <s3_tut>` -- (:doc:`API Reference <ref/s3> `)
63 * Google Cloud Storage -- (:doc:`API Reference <ref/gs>`)
64
65 * **Workforce**
66
67 * Mechanical Turk -- (:doc:`API Reference <ref/mturk>`)
68
69 Additional Resources
70 --------------------
71
72 * :doc:`Boto Config Tutorial <boto_config_tut>`
73 * `Boto Source Repository`_
74 * `Boto Issue Tracker`_
75 * `Boto Twitter`_
76 * `Follow Mitch on Twitter`_
77 * Join our `IRC channel`_ (#boto on FreeNode).
78
79 .. _Boto Issue Tracker: https://github.com/boto/boto/issues
80 .. _Boto Source Repository: https://github.com/boto/boto
81 .. _Boto Twitter: http://twitter.com/pythonboto
82 .. _IRC channel: http://webchat.freenode.net/?channels=boto
83 .. _Follow Mitch on Twitter: http://twitter.com/garnaat
84
85 .. toctree::
86 :hidden:
87
88 ec2_tut
89 security_groups
90 ref/ec2
91 emr_tut
92 ref/emr
93 autoscale_tut
94 ref/autoscale
95 cloudfront_tut
96 ref/cloudfront
97 simpledb_tut
98 ref/sdb
99 ref/sdb_db
100 dynamodb_tut
101 ref/dynamodb
102 ref/rds
103 ref/cloudformation
104 ref/iam
105 sqs_tut
106 ref/sqs
107 ref/sns
108 ses_tut
109 ref/ses
110 cloudwatch_tut
111 ref/cloudwatch
112 ref/route53
113 vpc_tut
114 ref/vpc
115 elb_tut
116 ref/elb
117 ref/fps
118 s3_tut
119 ref/s3
120 ref/mturk
121 boto_config_tut
122 ref/index
123 documentation
124
125
126 Indices and tables
127 ==================
128
129 * :ref:`genindex`
130 * :ref:`modindex`
131 * :ref:`search`
132
OLDNEW
« no previous file with comments | « third_party/gsutil/boto/docs/source/emr_tut.rst ('k') | third_party/gsutil/boto/docs/source/ref/autoscale.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698