Cloud Storage v0.4.0 CloudStorage View Source

CloudStorage Documentation.

Link to this section Summary

Link to this section Functions

Link to this function delete(storage, full_path \\ "") View Source

Delete a File.

Link to this function download(storage, remote_path, local_path) View Source

Download a File.

Get a File.

Get a Rest Token.

Link to this function list(storage, full_path \\ "", folders \\ false) View Source

List Files.

Link to this function purge(storage, full_path) View Source

Purge a File.

Link to this function put(storage, full_path, content \\ "", type \\ "application/octet-stream") View Source

Send a File.

Link to this function upload(storage, local_path, remote_path) View Source

Upload a File.

Link to this function url(storage, url, remote_path) View Source

Upload a File from an URL.