Contains a set of fields specific to each connection.

interface CosDataLocation {
    bucket?: string;
    file_name: string;
}

Properties

Properties

bucket?: string

Can be used to overide the bucket name from the connection asset.

file_name: string

The name of the file.