Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/`.