Module edjx::storage

source ·
Expand description

APIs for interacting with the EDJX Object Store.

Functions

Deletes the given file from the EDJX Object Store.
Returns a file from the EDJX Object Store.
Returns attributes associated with the given file from the EDJX Object Store.
Uploads a file to the EDJX Object Store.
Starts streaming a file to the EDJX Object Store. This method returns a WriteStream and a StorageResponsePending. The WriteStream is used to stream data, the StorageResponsePending is a placeholder to retreive StorageResponse.
Sets the attributes associated with the given file.