# Functions
NewFileSystem intializer for fileSystem struct accepts aws-sdk s3iface.S3API client and returns Filesystem or error.
# Constants
Scheme defines the filesystem type.
# Structs
File implements vfs.File interface for S3 fs.
FileSystem implements vfs.Filesystem for the S3 filesystem.
Location implements the vfs.Location interface specific to S3 fs.