package
1.12.0
Repository: https://github.com/spf13/afero.git
Documentation: pkg.go.dev

# Functions

NewGcsFS creates a GCS file system, automatically instantiating and decorating the storage client.
NewGcsFSFromClient creates a GCS file system from a given storage client.
NewGcsFSFromClientWithSeparator is the same as NewGcsFSFromClient, but the file system will use the provided folder separator.
NewGcsFSWithSeparator is the same as NewGcsFS, but the files system will use the provided folder separator.

# Variables

# Structs

Fs is a Fs implementation that uses functions provided by google cloud storage.
GcsFs is the Afero version adapted for GCS.

# Type aliases