S3 Head Object

HEAD https://s3.{{region}}.backblazeb2.com/:bucket/:key

Request Params

KeyDatatypeRequiredDescription
partNumbernullPart number to read, between 1 and 10,000.
versionIdnullVersionId to read.

HEADERS

KeyDatatypeRequiredDescription
If-MatchnullOptional. Only return the object if its ETag matches this value, otherwise return a 412 (precondition failed) error.
If-Modified-SincenullOptional. Only copy the object if it has been modified since this time, otherwise return a 304 (not modified) response.
If-None-MatchnullOptional. Only copy the object if its ETag does not match this value, otherwise return a 304 (not modified) response.
If-Unmodified-SincenullOptional. Only copy the object if it has not been modified since this time, otherwise return a 412 (precondition failed) error.
RangenullOptional. The HTTP range of bytes required, for example, bytes=0-999
x-amz-expected-bucket-ownernullOptional. Account ID of the expected bucket owner. If the bucket is owned by a different owner, a 403 Access Denied error will be returned.
x-amz-server-side-encryption-customer-algorithmnullOptional. Encryption algorithm to be used for SSE-C.
x-amz-server-side-encryption-customer-keynullOptional. Base64-encoded customer key for SSE-C.
x-backblaze-live-read-enablednullOptional. To retrieve metadata from an ongoing multipart upload with Live Read enabled, the value must be TRUE.
Any value other than TRUE (case-insensitive) is treated as false.

RESPONSES

status: OK

""