SlowpokeArc
Provides a storage module for Arc.
With this storage method, all images are stored locally first, then are queued to be uploaded to AWS, and after uploading is done, the local copy is deleted. Either an uploading is in progress or is already done, the returned url for the resource is always valid.
Usage
See hexdocs for details.
Installation
The package can be installed by adding slowpoke_arc
to your list of
dependencies in mix.exs
:
def deps do
[
{:slowpoke_arc, "~> 0.1"}
]
end