Skip to main content

AssetsGetUploadPermitOutput

Response containing asset name, S3 upload credentials, and upload token.

namestring

The name of the created asset. This value is generated by the Portal and is not the original name of the file.

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

AssetsGetUploadPermitOutput
{
"name": "string",
"uploadPermit": {
"accessKeyId": "string",
"bucket": "string",
"key": "string",
"region": "string",
"secretAccessKey": "string",
"sessionToken": "string"
},
"uploadToken": "string"
}