Buckets (buckets v1.0.0-rc.2)
Provides a generic interface for uploading files to buckets hosted by different cloud providers.
Summary
Functions
Link to this function
delete(remote_path, config)
Delegates a delete/2
function call to the configured :adapter
.
Link to this function
get(remote_path, config)
Delegates a get/2
function call to the configured :adapter
.
Link to this function
put(object, remote_path, config)
Delegates a put/3
function call to the configured :adapter
.
Link to this function
url(remote_path, config)
Delegates a url/2
function call to the configured :adapter
.