Asset Attributes Configuration

Asset Attributes Configuration

The asset_attributes setting allows you to define which asset attributes must be exported.

Description

Optional. An asset can have several attributes. By setting up this config value, the connector knows which attributes must be exported.

Example Usage

For instance, if your asset has attributes like meta, etag, and filename, and you want the meta and etag to be exported, you can set:

{
  "asset_attributes": "meta,etag"
}