Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 738 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 738 Bytes

flechasdb-s3

An Amazon S3 extension for the FlechasDB system.

This library is intended to be combined with flechasdb.

Installing flechasdb-s3

There is no crate published yet. Please add the following line to your Cargo.toml file:

[dependencies]
flechasdb-s3 = { git = "https://github.com/codemonger-io/flechasdb-s3", tag = "v0.2.0" }

flechasdb-s3 now depends on AWS SDK for Rust v1.x.

API documentation

https://codemonger-io.github.io/flechasdb-s3/api/flechasdb_s3/

Development

Building the library

cargo build

Generating the API documentation

cargo doc --lib --no-deps --release