|
edjx::error::StorageError | edjx::storage::get (StorageResponse &result, const std::string &bucket_id, const std::string &file_name) |
| Returns a file from the EDJX Object Store. More...
|
|
edjx::error::StorageError | edjx::storage::put (StorageResponse &result, const std::string &bucket_id, const std::string &file_name, const std::string &properties, const std::vector< uint8_t > contents) |
| Uploads a file to the EDJX Object Store. More...
|
|
edjx::error::StorageError | edjx::storage::put_streaming (StorageResponsePending &response_streaming, edjx::stream::WriteStream &write_stream, const std::string &bucket_id, const std::string &file_name, const std::string &properties) |
| Starts streaming a file to the EDJX Object Store. More...
|
|
edjx::error::StorageError | edjx::storage::remove (StorageResponse result, const std::string &bucket_id, const std::string &file_name) |
| Deletes the given file from the EDJX Object Store. More...
|
|
edjx::error::StorageError | edjx::storage::get_attributes (FileAttributes &result, const std::string &bucket_id, const std::string &file_name) |
| Returns attributes associated with the given file from the EDJX Object Store. More...
|
|
edjx::error::StorageError | edjx::storage::set_attributes (StorageResponse &result, const std::string &bucket_id, const std::string &file_name, const FileAttributes &attributes) |
| Sets the attributes associated with the given file. More...
|
|