Get Object Using GET

Get Object Using GET

API code: S3_GET_OBJECT Pre-authorized role(s): ANONYMOUS_USER or TENANT_ADMIN or TENANT_USER

Request
URI
GET
https://{api_host}//localhost/api/v1/s3/{bucketName}/{objectKey}
COPY
Path Parameters
string
bucketName
Required

The bucket name. It must be URL encoded.

string
objectKey
Required

The object key. It must be URL encoded.

Header Parameters
string
If-Match
Optional

Returns the object only if its entity tag (ETag) is the same as the one specified, otherwise return a 412 (precondition failed).

string
If-Modified-Since
Optional

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

string
If-None-Match
Optional

Returns the object only if its entity tag (ETag) is different from the one specified, otherwise return a 304 (not modified).

string
If-Unmodified-Since
Optional

Returns the object only if it has not been modified since the specified time, otherwise return a 412 (precondition failed).

string
Range
Optional

The range of bytes to download.

string
response-cache-control
Optional

Sets the Cache-Control header of the response.

string
response-content-disposition
Optional

Sets the Content-Disposition header of the response.

string
response-content-encoding
Optional

Sets the Content-Encoding header of the response.

string
response-content-language
Optional

Sets the Content-Language header of the response.

string
response-content-type
Optional

Sets the Content-Type header of the response.

string
response-expires
Optional

Sets the Expires header of the response.

string
x-amz-request-payer
Optional

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests.

string
x-amz-server-side-encryption-customer-algorithm
Optional

The algorithm used during SSE-C encryption.

string
x-amz-server-side-encryption-customer-key
Optional

The 256-bit, base64-encoded key used to encrypt or decrypt data.

string
x-amz-server-side-encryption-customer-key-md5
Optional

The base64-encoded 128-bit MD5 digest of the encryption key.


Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns Resource of type(s) */*
"Resource Object"