Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 287 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 287 Bytes

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

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