3 unstable releases
| 0.7.1 | Sep 9, 2020 |
|---|---|
| 0.7.0 | Jun 4, 2020 |
| 0.6.0 | Apr 3, 2020 |
#1922 in WebAssembly
30KB
745 lines
S3 implementation of the waSCC blob store capability provider API
Provides an implementation of the wascc:blobstore contract for S3 and S3-compatible (e.g. Minio) products.
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"]}
Dependencies
~37MB
~673K SLoC