Cloud Storage v0.5.1 CloudStorage View Source

CloudStorage Documentation.

Link to this section Summary

Link to this section Functions

Link to this function

delete(storage, full_path \\ "", bucket \\ "phishx-cdn") View Source

Delete a File.

Link to this function

download(storage, remote_path, local_path, bucket \\ "phishx-cdn") View Source

Download a File.

Link to this function

get(storage, full_path, bucket \\ "phishx-cdn") View Source

Get a File.

Get a Rest Token.

Link to this function

list(storage, full_path \\ "", folders \\ false, bucket \\ "phishx-cdn") View Source

List Files.

Link to this function

purge(storage, full_path, bucket \\ "phishx-cdn") View Source

Purge a File.

Link to this function

put(storage, full_path, content \\ "", type \\ "application/octet-stream", bucket \\ "phishx-cdn") View Source

Send a File.

Link to this function

upload(storage, local_path, remote_path, bucket \\ "phishx-cdn") View Source

Upload a File.

Link to this function

url(storage, url, remote_path, bucket \\ "phishx-cdn") View Source

Upload a File from an URL.