项目作者: upmaru

项目描述 :
🗃 File Upload Utility integrates with Backblaze B2
高级语言: Elixir
项目地址: git://github.com/upmaru/upstream.git
创建时间: 2017-06-01T11:03:19Z
项目社区:https://github.com/upmaru/upstream

开源协议:MIT License

下载


Upstream

Build status
Coverage

Module for handling file upload can be mounted in any Phoenix app via the phoenix router.

It supports simple single thread uploading or multi-threaded uploading provided the client supports it. More details coming soon, as we add tests and finalize the module.

Installation

If available in Hex, the package can be installed
by adding upstream to your list of dependencies in mix.exs:

  1. def deps do
  2. [{:upstream, "~> 2.1.0"}]
  3. end

Documentation can be generated with ExDoc
and published on HexDocs. Once published, the docs can
be found at https://hexdocs.pm/upstream.