]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw: Removed contractions for ESL speakers.
authorJohn Wilkins <jowilkin@redhat.com>
Thu, 27 Jul 2017 16:54:37 +0000 (09:54 -0700)
committerJohn Wilkins <jowilkin@redhat.com>
Thu, 27 Jul 2017 16:54:37 +0000 (09:54 -0700)
Signed-off-by: John Wilkins <jowilkin@redhat.com>
doc/radosgw/s3/bucketops.rst
doc/radosgw/s3/perl.rst
doc/radosgw/swift/containerops.rst
doc/radosgw/swift/objectops.rst

index 95457b7565f31795d3ee1d5f95eaed5fda145cca..0a0d21c198942476acf31bc6b5f44ad52fade765 100644 (file)
@@ -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``.                  |
 +------------------------+-----------+--------------------------------------------------------------------------------------+
 
index a66d61715060d6bb4c9bbe5bffb6488c67db02e0..f12e5c6987f6602b97c1516d6d62ad57eb48fb2c 100644 (file)
@@ -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
index c8cef1f405debe28def1f9a1d54dea1502a7cb27..463d91c6ce1924d15d42d0c2902595cb61e18eea 100644 (file)
@@ -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
 ~~~~~~
index edc3e35ac79fe68495bbf3ee79ace889f832e52d..fc8d219672df72c44579f7a4cf2c9cff0ddff647 100644 (file)
@@ -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