jhn_s3c (α)
A partial S3 Erlang client lib
- Introduction
- Features/Modules
- Build
- Contribute - Read if you're planning to submit patches
Introduction
A partial S3 Erlang client lib that only supports a few methods and AWS Signature Version 2. Will be expanded.
Features/Modules
TBD.
Build
jhn_s3c requires rebar3 to build, but provides make support to download and install rebar. To build jhn_s3c, go to the jhn_s3c directory and type:
makeTo make sure jhn_s3c works on your platform, run the tests (reuquires docker):
make ciContribute
Should you find yourself using jhn_s3c and have issues, comments or feedback please create an issue here on GitHub.
Patches are greatly appreciated, but since these libraries reflect my learning process and I have rather peculiar notions of code hygiene
For a much nicer history, please write good commit messages. I know I really should.