WorkOrderStitchGetUploadPermitOutput
Response containing stitch data ID, S3 upload credentials, and upload token.
idstring
The ID of the created Stitch Data
uploadPermit object
The upload permit
accessKeyIdstring
The AWS access key of temporary credentials for uploading the file
bucketstring
S3 bucket name of the upload destination
keystring
The S3 key of the upload destination
regionstring
The S3 region of the upload destination
secretAccessKeystring
The AWS secret key of temporary credentials for uploading the file
sessionTokenstring
The AWS sesson token of temporary credentials for uploading the file
uploadTokenstring
Upload token to be submitted to the backend for processing the uploaded file
WorkOrderStitchGetUploadPermitOutput
{
"id": "string",
"uploadPermit": {
"accessKeyId": "string",
"bucket": "string",
"key": "string",
"region": "string",
"secretAccessKey": "string",
"sessionToken": "string"
},
"uploadToken": "string"
}