https://github.com/elonsoft/slowpoke_waffle
Elixir lirary for image uploading
https://github.com/elonsoft/slowpoke_waffle
elixir waffle
Last synced: 8 months ago
JSON representation
Elixir lirary for image uploading
- Host: GitHub
- URL: https://github.com/elonsoft/slowpoke_waffle
- Owner: Elonsoft
- License: mit
- Created: 2020-06-17T15:00:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T11:12:58.000Z (over 5 years ago)
- Last Synced: 2025-10-12T11:52:20.733Z (8 months ago)
- Topics: elixir, waffle
- Language: Elixir
- Size: 52.7 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SlowpokeWaffle


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](https://hexdocs.pm/slowpoke_waffle) for details.
## Installation
The package can be installed by adding `slowpoke_waffle` to your list of
dependencies in `mix.exs`:
```elixir
def deps do
[
{:slowpoke_waffle, "~> 0.3"}
]
end
```