Get Object Using GET
API code: S3_GET_OBJECT
Pre-authorized role(s): ANONYMOUS_USER or TENANT_ADMIN or TENANT_USER
The bucket name. It must be URL encoded.
The object key. It must be URL encoded.
Returns the object only if its entity tag (ETag) is the same as the one specified, otherwise return a 412 (precondition failed).
Returns the object only if it has been modified since the specified time, otherwise return a 304 (not modified).
Returns the object only if its entity tag (ETag) is different from the one specified, otherwise return a 304 (not modified).
Returns the object only if it has not been modified since the specified time, otherwise return a 412 (precondition failed).
The range of bytes to download.
Sets the Cache-Control header of the response.
Sets the Content-Disposition header of the response.
Sets the Content-Encoding header of the response.
Sets the Content-Language header of the response.
Sets the Content-Type header of the response.
Sets the Expires header of the response.
Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests.
The algorithm used during SSE-C encryption.
The 256-bit, base64-encoded key used to encrypt or decrypt data.
The base64-encoded 128-bit MD5 digest of the encryption key.