ncloud_head_object
Retrieve metadata for an object in a specified bucket without downloading its content. Use this to check object existence, size, and other properties efficiently.
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 |