| Crates.io | wascc-s3 |
| lib.rs | wascc-s3 |
| version | 0.7.1 |
| created_at | 2020-04-03 21:59:25.883121+00 |
| updated_at | 2020-09-09 13:30:34.1347+00 |
| 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"]}