Report

Create signed upload and download urls

Create signed artifact upload and download urls

post/workspaces/{workspace_id}/artifacts/urls

Path parameters

workspace_idstring required

Workspace id for the workspace bucket the URL will grant access to

Query parameters

kms_unsupportedboolean

KMS file download unsupported in client location

Response

The upload and download URLs for the artifact

signed_download_urlstring

signed url to download the artifact

signed_upload_urlstring

signed url to upload the artifact

Changes