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

Unified Diff: docs/source/ref/cloudfront.rst

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 | « docs/source/ref/cloudformation.rst ('k') | docs/source/ref/ec2.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/source/ref/cloudfront.rst
diff --git a/docs/source/ref/cloudfront.rst b/docs/source/ref/cloudfront.rst
index 5cb80beb230480d75e099d246020990c2d6c6f3d..51f9455f449e9ceb04e3189171b2f342fce37804 100644
--- a/docs/source/ref/cloudfront.rst
+++ b/docs/source/ref/cloudfront.rst
@@ -9,11 +9,11 @@ A Crash Course in CloudFront in Boto
This new boto module provides an interface to Amazon's new Content Service, CloudFront.
-Caveats:
+.. warning::
-This module is not well tested. Paging of distributions is not yet
-supported. CNAME support is completely untested. Use with caution.
-Feedback and bug reports are greatly appreciated.
+ This module is not well tested. Paging of distributions is not yet
+ supported. CNAME support is completely untested. Use with caution.
+ Feedback and bug reports are greatly appreciated.
The following shows the main features of the cloudfront module from an interactive shell:
@@ -34,7 +34,7 @@ u'InProgress'
>>> d.config.comment
u'My new distribution'
>>> d.config.origin
-u'mybucket.s3.amazonaws.com'
+<S3Origin: mybucket.s3.amazonaws.com>
>>> d.config.caller_reference
u'31b8d9cf-a623-4a28-b062-a91856fac6d0'
>>> d.config.enabled
@@ -97,7 +97,14 @@ boto.cloudfront.distribution
----------------------------
.. automodule:: boto.cloudfront.distribution
- :members:
+ :members:
+ :undoc-members:
+
+boto.cloudfront.origin
+----------------------------
+
+.. automodule:: boto.cloudfront.origin
+ :members:
:undoc-members:
boto.cloudfront.exception
« no previous file with comments | « docs/source/ref/cloudformation.rst ('k') | docs/source/ref/ec2.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698