Confirm Presigned Upload
Client
Confirm Presigned Upload
Confirms that a file was successfully uploaded to S3 using presigned URL
POST
Confirm Presigned Upload
Documentation Index
Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Response
Upload confirmed successfully
Name of the bucket containing the object
Example:
"avatars"
Unique key identifying the object within the bucket
Example:
"user123.jpg"
Size of the file in bytes
Example:
102400
ISO timestamp when the file was uploaded
Example:
"2024-01-15T10:30:00Z"
URL to download the file
Example:
"/api/storage/buckets/avatars/objects/user123.jpg"
MIME type of the file
Example:
"image/jpeg"