
get-object
**********


DESCRIPTION
===========

Retrieves objects from Amazon S3.


SYNOPSIS
========

   aws s3 get-object
     --bucket <value>
     --key <value>
     [--response-content-encoding <value>]
     [--response-content-language <value>]
     [--response-content-type <value>]
     [--if-unmodified-since <value>]
     [--version-id <value>]
     [--response-cache-control <value>]
     [--if-none-match <value>]
     [--response-content-disposition <value>]
     [--range <value>]
     [--if-match <value>]
     [--response-expires <value>]
     [--if-modified-since <value>]


REQUIRED PARAMETERS
===================

"--bucket"  (string)

"--key"  (string)


OPTIONAL PARAMETERS
===================

"--response-content-encoding"  (string)Sets the Content-Encoding
header of the response.

"--response-content-language"  (string)Sets the Content-Language
header of the response.

"--response-content-type"  (string)Sets the Content-Type header of the
response.

"--if-unmodified-since"  (timestamp)Return the object only if it has
not been modified since the specified time, otherwise return a 412
(precondition failed).

"--version-id"  (string)--version-id used to reference a specific
version of the object.

"--response-cache-control"  (string)Sets the Cache-Control header of
the response.

"--if-none-match"  (string)Return the object only if its entity tag
(ETag) is different from the one specified, otherwise return a 304
(not modified).

"--response-content-disposition"  (string)Sets the Content-Disposition
header of the response

"--range"  (string)Downloads the specified range bytes of an object.
For more information about the HTTP --range header, go to
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.

"--if-match"  (string)Return the object only if its entity tag (ETag)
is the same as the one specified, otherwise return a 412 (precondition
failed).

"--response-expires"  (timestamp)Sets the Expires header of the
response.

"--if-modified-since"  (timestamp)Return the object only if it has
been modified since the specified time, otherwise return a 304 (not
modified).
