Crates.io | wascc-s3 |
lib.rs | wascc-s3 |
version | 0.7.1 |
source | src |
created_at | 2020-04-03 21:59:25.883121 |
updated_at | 2020-09-09 13:30:34.1347 |
description | AWS S3 capability provider for the waSCC wasm host runtime |
homepage | https://wascc.dev |
repository | https://github.com/wascc/s3-provider |
max_upload_size | |
id | 226076 |
size | 40,954 |
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"]}