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

Unified Diff: third_party/gsutil/boto/docs/source/s3_tut.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, 8 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
Index: third_party/gsutil/boto/docs/source/s3_tut.rst
diff --git a/third_party/gsutil/20110627/boto/docs/source/s3_tut.rst b/third_party/gsutil/boto/docs/source/s3_tut.rst
similarity index 99%
rename from third_party/gsutil/20110627/boto/docs/source/s3_tut.rst
rename to third_party/gsutil/boto/docs/source/s3_tut.rst
index d1bdbaede88a0e5bfc15385836cdbfdc17b9eaba..5a3bfe0124ad47c5f1dc715b60db2a08f411873c 100644
--- a/third_party/gsutil/20110627/boto/docs/source/s3_tut.rst
+++ b/third_party/gsutil/boto/docs/source/s3_tut.rst
@@ -41,7 +41,7 @@ Creating a Bucket
Once you have a connection established with S3, you will probably want to
create a bucket. A bucket is a container used to store key/value pairs
-in S3. A bucket can hold un unlimited about of data so you could potentially
+in S3. A bucket can hold an unlimited amount of data so you could potentially
have just one bucket in S3 for all of your information. Or, you could create
separate buckets for different types of data. You can figure all of that out
later, first let's just create a bucket. That can be accomplished like this:
« no previous file with comments | « third_party/gsutil/boto/docs/source/ref/vpc.rst ('k') | third_party/gsutil/boto/docs/source/security_groups.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698