From: John Wilkins Date: Thu, 27 Jul 2017 16:54:37 +0000 (-0700) Subject: doc/rgw: Removed contractions for ESL speakers. X-Git-Tag: v12.1.2~65^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=60e6cf509cfd4df18606f779576b1bef76cfe605;p=ceph.git doc/rgw: Removed contractions for ESL speakers. Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/s3/bucketops.rst b/doc/radosgw/s3/bucketops.rst index 95457b7565f3..0a0d21c19894 100644 --- a/doc/radosgw/s3/bucketops.rst +++ b/doc/radosgw/s3/bucketops.rst @@ -292,7 +292,7 @@ You may specify parameters for ``GET /{bucket}?uploads``, but none of them are r +------------------------+-----------+--------------------------------------------------------------------------------------+ | ``max-uploads`` | Integer | The maximum number of multipart uploads. The range from 1-1000. The default is 1000. | +------------------------+-----------+--------------------------------------------------------------------------------------+ -| ``upload-id-marker`` | String | Ignored if ``key-marker`` isn't specified. Specifies the ``ID`` of first | +| ``upload-id-marker`` | String | Ignored if ``key-marker`` is not specified. Specifies the ``ID`` of first | | | | upload to list in lexicographical order at or following the ``ID``. | +------------------------+-----------+--------------------------------------------------------------------------------------+ diff --git a/doc/radosgw/s3/perl.rst b/doc/radosgw/s3/perl.rst index a66d61715060..f12e5c6987f6 100644 --- a/doc/radosgw/s3/perl.rst +++ b/doc/radosgw/s3/perl.rst @@ -155,9 +155,9 @@ URL will stop working). .. note:: The `Amazon::S3`_ module does not have a way to generate download - URLs, so we're going to be using another module instead. Unfortunately, + URLs, so we are going to be using another module instead. Unfortunately, most modules for generating these URLs assume that you are using Amazon, - so we've had to go with using a more obscure module, `Muck::FS::S3`_. This + so we have had to go with using a more obscure module, `Muck::FS::S3`_. This should be the same as Amazon's sample S3 perl module, but this sample module is not in CPAN. So, you can either use CPAN to install `Muck::FS::S3`_, or install Amazon's sample S3 module manually. If you go diff --git a/doc/radosgw/swift/containerops.rst b/doc/radosgw/swift/containerops.rst index c8cef1f405de..463d91c6ce19 100644 --- a/doc/radosgw/swift/containerops.rst +++ b/doc/radosgw/swift/containerops.rst @@ -257,7 +257,7 @@ Delete a Container To delete a container, make a ``DELETE`` request with the API version, account, and the name of the container. The container must be empty. If you'd like to check if the container is empty, execute a ``HEAD`` request against the container. Once -you've successfully removed the container, you'll be able to reuse the container name. +you have successfully removed the container, you will be able to reuse the container name. Syntax ~~~~~~ diff --git a/doc/radosgw/swift/objectops.rst b/doc/radosgw/swift/objectops.rst index edc3e35ac79f..fc8d219672df 100644 --- a/doc/radosgw/swift/objectops.rst +++ b/doc/radosgw/swift/objectops.rst @@ -146,7 +146,7 @@ Delete an Object To delete an object, make a ``DELETE`` request with the API version, account, container and object name. You must have write permissions on the container to delete -an object within it. Once you've successfully deleted the object, you'll be able to +an object within it. Once you have successfully deleted the object, you will be able to reuse the object name. Syntax