sqlExecer is satisfied by both *sql.DB and *sql.Conn, allowing StartCredentialRefresh to work with either a connection pool or a pinned connection.
| 2288 | if dlCfg.S3Endpoint != "" { |
| 2289 | secret += fmt.Sprintf(",\n\t\t\tENDPOINT '%s'", dlCfg.S3Endpoint) |
| 2290 | } |
| 2291 | |
| 2292 | // SESSION_TOKEN is ALWAYS emitted, even when empty: httpfs copies a host |
| 2293 | // AWS_SESSION_TOKEN env var into the global s3_session_token setting at |
| 2294 | // extension load (AWSEnvironmentCredentialsProvider::SetAll), and a secret |
| 2295 | // that omits the key falls back to that setting at request-signing time |
no outgoing calls
no test coverage detected