An open API service indexing awesome lists of open source software.

https://github.com/smartlogic/stein_storage

Easy remote storage for Elixir and Phoenix applications
https://github.com/smartlogic/stein_storage

Last synced: 11 months ago
JSON representation

Easy remote storage for Elixir and Phoenix applications

Awesome Lists containing this project

README

          

# Stein.Storage

Stein.Storage is a small library that adds remote storage to your Elixir/Phoenix application. Easily handle local files for development, S3 for production, and test mode for tests.

## Installation

```elixir
def deps do
[
{:stein_storage, "~> 0.1.0"}
]
end
```