package
6.26.0
Repository: https://github.com/c2fo/vfs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewFileSystem initializer for FileSystem struct accepts aws-sdk S3API client and returns FileSystem or error.

# Constants

Scheme defines the file system type.

# Structs

File implements vfs.File interface for S3 fs.
FileSystem implements vfs.FileSystem for the S3 file system.
Location implements the vfs.Location interface specific to S3 fs.
Options holds s3-specific options.