func()

in internal/fabric/providers.go [47:53]


func (v *ProviderFile) DownloadFile() error {
	if err := google.DownloadObject(v.Bucket, v.LocalPath, v.RemotePath); err != nil {
		return err
	}

	return nil
}