Skip to content

🗃 File Upload Utility integrates with Backblaze B2

License

Notifications You must be signed in to change notification settings

upmaru/upstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

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