Optionaloptions: RequestOptions<unknown>Retrieve a specific Object by its unique identifier.
Optionaloptions: RequestOptions<unknown>List all Objects for the authenticated account with pagination support.
Optionalquery: ObjectListParamsOptionaloptions: RequestOptions<unknown>List all Objects for the authenticated account with pagination support.
Optionaloptions: RequestOptions<unknown>Delete an existing Object by ID. This action is irreversible and will remove the Object and all its metadata.
Optionalbody: ObjectDeleteParams | nullOptionaloptions: RequestOptions<unknown>Mark an Object's upload as complete, transitioning it from UPLOADING to READ-only state.
Optionalbody: ObjectCompleteParams | nullOptionaloptions: RequestOptions<unknown>Generate a presigned download URL for an Object. The URL will be valid for the specified duration.
Optionalquery: ObjectDownloadParamsOptionaloptions: RequestOptions<unknown>Generate a presigned download URL for an Object. The URL will be valid for the specified duration.
Optionaloptions: RequestOptions<unknown>List all public Objects with pagination support.
Optionalquery: ObjectListPublicParamsOptionaloptions: RequestOptions<unknown>List all public Objects with pagination support.
Optionaloptions: RequestOptions<unknown>
Create a new Object with content and metadata. The Object will be assigned a unique ID.