head_object_storage_object
Verify object existence in an IONOS Object Storage bucket and retrieve its user-defined metadata. Returns error if 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 |
|---|---|---|---|
| bucket | Yes | the name of the object storage bucket | |
| key | Yes | the object key (path within the bucket) |