https://github.com/harmon25/multi_stream
elixir multipart form parser that uploads files to S3 instead of temp
https://github.com/harmon25/multi_stream
Last synced: 27 days ago
JSON representation
elixir multipart form parser that uploads files to S3 instead of temp
- Host: GitHub
- URL: https://github.com/harmon25/multi_stream
- Owner: harmon25
- License: mit
- Created: 2020-06-05T05:27:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T23:38:15.000Z (about 6 years ago)
- Last Synced: 2025-12-28T15:00:25.607Z (6 months ago)
- Language: Elixir
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultiStream
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `multi_stream` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:multi_stream, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/multi_stream](https://hexdocs.pm/multi_stream).