| 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:
|
|
|