Versions in this module Expand all Collapse all v0 v0.0.18 Oct 25, 2017 Changes in this version + func Mount(ctx context.Context, bucketName string, config *Config) (fs *Goofys, mfs *fuse.MountedFileSystem, err error) + type Config struct + ACL string + Cache []string + Cheap bool + DebugFuse bool + DebugS3 bool + DirMode os.FileMode + Endpoint string + ExplicitDir bool + FileMode os.FileMode + Foreground bool + Gid uint32 + KMSKeyID string + MountOptions map[string]string + MountPoint string + Profile string + Region string + RegionSet bool + StatCacheTTL time.Duration + StorageClass string + TypeCacheTTL time.Duration + Uid uint32 + UseContentType bool + UseKMS bool + UseSSE bool