Sihl.StorageSourceinclude module type of struct include Sihl_facade.Storage endval set_filename_stored :
string ->
Sihl_contract.Storage.stored ->
Sihl_contract.Storage.storedinclude Sihl_contract.Storage.Siginclude Sihl_core.Container.Service.SigGet the meta data of a complete file.
This will not download the content, use get_data_base64 for that.
val upload_base64 :
Sihl_contract.Storage.file ->
base64:string ->
Sihl_contract.Storage.stored Lwt.tUpload base64 string as data content for file.
val update_base64 :
Sihl_contract.Storage.stored ->
base64:string ->
Sihl_contract.Storage.stored Lwt.tUpload and overwrite base64 strong content of file.
Download actual file content for file.