Packages
stein_storage
0.1.0
Stein.Storage contains common storage functions for our projects at SmartLogic.
Current section
Files
Jump to
Current section
Files
stein_storage
README.md
README.md
# 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
```