wasmcloud-s3 0.9.1

AWS S3 capability provider for the wasmCloud wasm host runtime
Documentation

crates.io  Rust  license  documentation

wasmCloud Blobstore Provider (S3)

A native capability provider for wasmCloud that implements the wasmcloud: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:

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