+------------------------+-----------+--------------------------------------------------------------------------------------+
| ``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``. |
+------------------------+-----------+--------------------------------------------------------------------------------------+
.. 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
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
~~~~~~
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