Upstream is for integrating into projects that need to do large file uploads to B2 service. It integrates tightly with Backblaze B2 for now, with plans to support Amazon S3.


Keywords
backblaze-api, backblaze-b2, elixir, file-upload
License
UCL-1.0

Documentation

Upstream

Build status

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:

def deps do
  [{:upstream, "~> 1.7.0"}]
end

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