aws.mediastore_data.describe_object
Example SQL Queries
SELECT * FROMaws.mediastore_data.describe_objectWHERE"path" = 'VALUE';Description
Gets the headers for an object at the specified path.
Table Definition
| Column Name | Column Data Type |
|---|---|
| path Required Input Column The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name> | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| cache_control An optional CacheControl header that allows the caller to control the object's cache behavior. Headers can be passed in as specified in the HTTP at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9. Headers with a custom user-defined value are also accepted. | VARCHAR |
| content_length The length of the object in bytes. | BIGINT |
| content_type The content type of the object. | VARCHAR |
| e_tag The ETag that represents a unique instance of the object. | VARCHAR |
| last_modified The date and time that the object was last modified. | TIMESTAMP_S |