Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomastaylor312/blobstore-fs-hash
A provider demonstration that hashes files
https://github.com/thomastaylor312/blobstore-fs-hash
Last synced: about 2 months ago
JSON representation
A provider demonstration that hashes files
- Host: GitHub
- URL: https://github.com/thomastaylor312/blobstore-fs-hash
- Owner: thomastaylor312
- Created: 2023-08-28T23:02:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T20:36:50.000Z (over 1 year ago)
- Last Synced: 2023-08-30T06:04:52.764Z (over 1 year ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blobstore-Fs capability provider
This capability provider implements the `wasmcloud:blobstore` capability for
Unix and Windows file system. The provider will store files in the local host where the
provider executes.## Building
Build with 'make'. Test with 'make test'.
Testing requires docker.## Configuration
The provider is configured with the link configuration value `ROOT=` which specifies where files will be stored/read.
The default root path is `/tmp`. The provider must have read and write access to the root location.
Each actor will store its files under the directory `$ROOT/`.