Buckets (buckets v1.0.0-rc.0)

Provides a generic interface for uploading files to buckets hosted by different cloud providers.

Summary

Functions

Delegates a delete/2 function call to the configured :strategy.

Delegates a get/2 function call to the configured :strategy.

Delegates a put/3 function call to the configured :strategy.

Delegates a url/2 function call to the configured :strategy.

Functions

Link to this function

delete(remote_path, config)

Delegates a delete/2 function call to the configured :strategy.

Link to this function

get(remote_path, config)

Delegates a get/2 function call to the configured :strategy.

Link to this function

put(object, remote_path, config)

Delegates a put/3 function call to the configured :strategy.

Link to this function

url(remote_path, config)

Delegates a url/2 function call to the configured :strategy.