ncloud_ncs_get_object_attributes
Retrieve selected metadata attributes (ETag, size, storage class, checksum, multipart parts) for Ncloud Storage objects in one API call.
Instructions
[Ncloud Storage] Get selected attributes of an object in one call (GET /{key}?attributes with x-amz-object-attributes): ETag, ObjectSize, StorageClass, Checksum, ObjectParts (multipart part sizes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key (path) | |
| maxParts | No | x-amz-max-parts — parts per page when ObjectParts is requested (default 1,000) | |
| versionId | No | Version ID of the object (versioning-enabled buckets). Omit for the current version | |
| attributes | No | Attributes to return (x-amz-object-attributes). Default: ETag, ObjectSize, StorageClass, Checksum | |
| bucketName | Yes | Name of the Ncloud Storage bucket | |
| partNumberMarker | No | x-amz-part-number-marker — start after this part number |