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

# Functions

NewFileSystem initializer for FileSystem struct accepts google cloud storage client and returns Filesystem or error.

# Constants

Scheme defines the filesystem type.

# Structs

File implements vfs.File interface for GS fs.
FileSystem implements vfs.Filesystem for the GCS filesystem.
Location implements vfs.Location for gs fs.
Options holds Google Cloud Storage -specific options.