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
- Host: GitHub
- URL: https://github.com/smartlogic/stein_storage
- Owner: smartlogic
- License: mit
- Created: 2019-11-13T23:31:15.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-08-10T17:18:31.000Z (almost 6 years ago)
- Last Synced: 2025-07-29T00:47:52.257Z (11 months ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```