HEAD Object

HEAD {{baseUrl}}/n/:namespaceName/b/:bucketName/o/:objectName

Gets the user-defined metadata and entity tag (ETag) for an object.

Request Params

KeyDatatypeRequiredDescription
versionIdstringVersionId used to identify a particular version of the object

HEADERS

KeyDatatypeRequiredDescription
if-matchstringThe entity tag (ETag) to match with the ETag of an existing resource. If the specified ETag matches the ETag of
the existing resource, GET and HEAD requests will return the resource and PUT and POST requests will upload
the resource.
if-none-matchstringThe entity tag (ETag) to avoid matching. Wildcards ('*') are not allowed. If the specified ETag does not
match the ETag of the existing resource, the request returns the expected response. If the ETag matches
the ETag of the existing resource, the request returns an HTTP 304 status without a response body.
opc-client-request-idstringThe client request ID for tracing.
opc-sse-customer-algorithmstringThe optional header that specifies "AES256" as the encryption algorithm. For more information, see
Using Your Own Keys for Server-Side Encryption.
opc-sse-customer-keystringThe optional header that specifies the base64-encoded 256-bit encryption key to use to encrypt or
decrypt the data. For more information, see
Using Your Own Keys for Server-Side Encryption.
opc-sse-customer-key-sha256stringThe optional header that specifies the base64-encoded SHA256 hash of the encryption key. This
value is used to check the integrity of the encryption key. For more information, see
Using Your Own Keys for Server-Side Encryption.
Acceptstring

RESPONSES

status: OK

""