head_object_storage_object
Check if an object exists in an Object Storage bucket and retrieve its user-defined metadata. Returns an error if the object is missing or inaccessible.
Instructions
Check whether an object exists in an Object Storage bucket and retrieve its user-defined metadata (x-amz-meta-* headers). Returns an error if the object does not exist or is not accessible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | the object key (path within the bucket) | |
| bucket | Yes | the name of the object storage bucket |