3 unstable releases
0.7.1 | Sep 9, 2020 |
---|---|
0.7.0 | Jun 4, 2020 |
0.6.0 | Apr 3, 2020 |
#1335 in WebAssembly
30KB
745 lines
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"]}
lib.rs
:
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.
Dependencies
~24–36MB
~644K SLoC