Documentation ¶ Index ¶ func NewClient(serviceAccountPath string) (*storage.Client, error) func Object(client *storage.Client, path string) (*storage.ObjectHandle, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewClient ¶ func NewClient(serviceAccountPath string) (*storage.Client, error) NewClient creates a new gcs client. Use Application Default Credentials if serviceAccount is empty. Ignores ADC or serviceAccount when GOOGLE_OAUTH_ACCESS_TOKEN env variable is exported. func Object ¶ func Object(client *storage.Client, path string) (*storage.ObjectHandle, error) Object retourne a new object handle for the given path Types ¶ This section is empty. Source Files ¶ View all Source files gcs.go Click to show internal directories. Click to hide internal directories.