Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Parameters required to create a new Object.
The name of the Object.
The content type of the Object.
unspecified, text, binary, gzip, tar, tgz User defined metadata to attach to the object for organization.
Optional lifetime of the object in milliseconds, after which the object is automatically deleted. Time starts ticking after the object is created.
Response
Object created successfully. Returns the Object with metadata.
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.
Presigned URL for uploading content to S3 (only present on create).
