wascc-s3

Crates.iowascc-s3
lib.rswascc-s3
version0.7.1
sourcesrc
created_at2020-04-03 21:59:25.883121
updated_at2020-09-09 13:30:34.1347
descriptionAWS S3 capability provider for the waSCC wasm host runtime
homepagehttps://wascc.dev
repositoryhttps://github.com/wascc/s3-provider
max_upload_size
id226076
size40,954
wasmCloud Automation Bot (wasmcloud-automation)

documentation

https://docs.rs/wascc-s3

README

crates.io  Rust  license  documentation

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"]}
Commit count: 0

cargo fmt