Skip to content

Implement a 'cos' option for 'outputs' to store assets on COS? #23

@nodet

Description

@nodet

The way to store outputs on Cloud Object Storage is:

'output_data_references': [{
    'id': '.*\\.*',
    'type': 'connection_asset',
    'connection': {'href': f'/v2/connections/{CONNECTION_ID}?space_id={SPACE_ID}'},
    'location': {
        'bucket': f'{BUCKET_NAME}',
        'file_name': '${job_id}/${attachment_name}'
    }
}]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions