Finish data-link file upload to given path
POST/data-links/:dataLinkId/upload/finish/:dirPath
Finish upload of a data-link file, specifying a file path (dirPath
). This is necessary for AWS S3 data-links (DataLinkProvider=aws
) to finalize a successful file upload, or abort an upload if an error was encountered while uploading a file using an upload URL from the /upload
endpoint.
Request
Responses
- 200
- 202
- 400
- 403
- 404
FinishDataLinkUpload_1 200 response
No content
BadRequest
Operation not allowed
NotFound — workspace or credentials not found, API disabled for the workspace, or data-link or path not found