Get object metadata
gcs_get_object_metadataRetrieve metadata (size, contentType, md5Hash) for a Google Cloud Storage object without downloading its content. Check file properties before accessing data.
Instructions
Fetches metadata for one object (size, contentType, md5Hash, generation, ...) without downloading its content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name (without gs:// prefix) | |
| object | Yes | Object path/key within the bucket |