Driver configuration including S3 settings.
Create a new @BaseFileItem.
New file item payload without the id field.
Generated file id.
Delete a @BaseFileItem by its id.
Unique identifier value for the file.
True when the item was deleted.
List @BaseFileItems by a given criteria.
List configuration and criteria.
OptionalselectFields: (Optional fields to select from each file item.
List results with items and cursor.
Read a @BaseFileItem by its id.
Unique identifier value for the file.
OptionalselectFields: (Optional fields to select from the file item.
File item payload (partial when selected fields are used).
Update a @BaseFileItem.
Unique identifier value for the file.
Partial update payload for the file.
True when the item was updated.
Use S3 as a DataItemDBDriver for BaseFileItems.