wascc-s3 0.7.1

AWS S3 capability provider for the waSCC wasm host runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

[![crates.io](https://img.shields.io/crates/v/wascc-s3.svg)](https://crates.io/crates/wascc-s3) 
![Rust](https://github.com/wascc/s3-provider/workflows/Rust/badge.svg) 
![license](https://img.shields.io/crates/l/wascc-s3.svg) 
[![documentation](https://docs.rs/wascc-s3/badge.svg)](https://docs.rs/wascc-s3)

# waSCC S3 Capability Provider

A native capability provider for waSCC that implements the `wascc:blobstore` protocol for Amazon S3 and S3-compliant (e.g. `minio`) storage servers.

If you want to statically compile (embed) this plugin into a custom host, then enable the `static_plugin` feature in your dependencies:

```
wascc-s3 = { version = "??", features = ["static_plugin"]}
```