Apps
Verify a presigned-URL upload landed in S3
Confirm a bundle uploaded via a presigned PUT URL actually landed in S3.
S3 returns an empty body on a successful PUT — the ETag is only in response headers, which browser clients often can't read due to CORS. This endpoint does a server-side HEAD and returns {etag, size_bytes, last_modified, exists} so clients can verify the upload before calling /deploy.
post/v1/apps/{app_id}/deploy/verify-upload
Path parameters
app_idstring required
Request body
Response
Successful Response
Changes
Changed in 1 of the 31 revisions of this API.1
- ○
the endpoint scheme security
BearerAuthwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○