# Functions
NewFileSystem initializer for FileSystem struct accepts google cloud storage client and returns Filesystem or error.
# Constants
Scheme defines the filesystem type.
# Structs
No description provided by the author
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.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
BucketHandle is an interface which contains a subset of the functions provided by storage.BucketHandler.
BucketHandleWrapper is a unique, wrapped type which should mimic the behavior of BucketHandler, but with modified return types.
CopierWrapper is an interface which contains a subset of the functions provided by storage.Copier.
ObjectHandleCopier is a unique, wrapped type which should mimic the behavior of ObjectHandler, but with modified return types.
ObjectHandleWrapper is an interface which contains a subset of the functions provided by storage.ObjectHandler.
ObjectIteratorWrapper is an interface which contains a subset of the functions provided by storage.ObjectIterator.