package
1.0.0
Repository: https://github.com/minio/minfs.git
Documentation: pkg.go.dev

# Functions

CacheDir - cache directory path option for Config.
Debug - enables debug logging.
InitMinFSConfig - Initialize MinFS configuration file.
Insecure - enable insecure mode.
Mountpoint configures the target mountpoint.
New will return a new MinFS client.
SetGID - sets a custom gid for the mount.
SetUID - sets a custom uid for the mount.
Target url target option for Config.

# Structs

AccessConfig - access credentials and version of `config.json`.
Config is being used for storge of configuration items.
CopyOperation - Copy source object to target.
Dir implements both Node and Handle for the root directory.
File implements both Node and Handle for the hello file.
FileHandle - Contains an opened file which can be read from and written to.
MinFS contains the meta data for the MinFS client.
MoveOperation - Move source object to target object.
Operation -.
PutOperation - Copy source file to target.

# Interfaces

Storer -.