PresignUploadResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/PresignUploadResponseBody.jsonexpiresAtdate-timerequired
Hard expiry of the signed URL
headers objectrequired
Headers the SPA must include verbatim on the PUT for the signature to validate
property name*string
keystringrequired
Storage handle the SPA echoes back on the commit call
urlstringrequired
S3-compatible PUT URL; valid for ~10 minutes
PresignUploadResponseBody
{
"$schema": "https://example.com/schemas/PresignUploadResponseBody.json",
"expiresAt": "2024-07-29T15:51:28.071Z",
"headers": {},
"key": "string",
"url": "string"
}