ncloud_head_object
Retrieve object metadata from a bucket without downloading the body, using a HEAD request to inspect headers and properties.
Instructions
Retrieve metadata of an object without returning the object body (HEAD request)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucketName | Yes | Name of the bucket | |
| objectName | Yes | Object key (path) to get metadata for |