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
application/json · 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.
The content type of the Object.
Available options:
unspecified
, text
, binary
, gzip
, tar
, tgz
The size of the Object content in bytes (null until uploaded).
Presigned URL for uploading content to S3 (only present on create).