The official adapter for @jsvfs/core using MinIO's Amazon S3 compatible minio module.
Snapshots and flushes can be limited by setting one or more globs in the include option. This limits
any potentially destructive behavior to just those blob names which match the given patterns. Flushes are disabled by
default and must be enabled by intentionally setting flushEnabled to true.
JSVFS Adapter: MinIO S3
The official adapter for
@jsvfs/coreusing MinIO's Amazon S3 compatibleminiomodule.Snapshots and flushes can be limited by setting one or more globs in the
includeoption. This limits any potentially destructive behavior to just those blob names which match the given patterns. Flushes are disabled by default and must be enabled by intentionally settingflushEnabledto true.If you're looking to create new adapters, please use
@jsvfs/typesand look to@jsvfs/adapter-node-fsas an example.Supported Features
Installation
Get it from npm:
Usage
This adapter requires client options to be passed per MinIO's documentation.
Documentation
Complete documentation of
jsvfscan be found at the jsvfs site.