func()

in internal/fabric/providers.go [39:45]


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

	return nil
}