func()

in go/config.go [116:118]


func (c *Config) isValid() bool {
	return c.dsn.Scheme == "s3" && c.values.Get("region") != ""
}