UploadPermit
Temporary AWS S3 credentials and location for file uploads.
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
UploadPermit
{
"accessKeyId": "string",
"bucket": "string",
"key": "string",
"region": "string",
"secretAccessKey": "string",
"sessionToken": "string"
}