Complete Object Upload.
Mark an Object’s upload as complete, transitioning it from UPLOADING to READ-only state.
Documentation Index
Fetch the complete documentation index at: https://docs.runloop.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the Object to complete.
Body
The body is of type object.
Response
Object upload completed successfully. Returns the Object with updated state.
An Object represents a stored data entity with metadata.
The unique identifier of the Object.
The name of the Object.
The current state of the Object.
UPLOADING, READ_ONLY, DELETED, ERROR The content type of the Object.
unspecified, text, binary, gzip, tar, tgz The creation time of the Object in milliseconds since epoch.
The size of the Object content in bytes (null until uploaded).
The time after which the Object will be deleted in milliseconds since epoch.
User defined metadata to attach to the Object for organization.
Presigned URL for uploading content to S3 (only present on create).
