Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Latest commit

 

History

History

blobstore-fs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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=<path> 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/<actor_id>.