ncloud_head_object
Check object metadata like size and content type in a bucket without downloading the file. Use HEAD requests to quickly verify object 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 |