Optional reachability probe used by the "Test connection" UI button.
(input: { config: TConfig; credentials: TCredentials; signal: AbortSignal })
| 97 | readonly credentialsSchema: z.ZodType<TCredentials> |
| 98 | /** Optional reachability probe used by the "Test connection" UI button. */ |
| 99 | test?(input: { config: TConfig; credentials: TCredentials; signal: AbortSignal }): Promise<void> |
| 100 | /** |
| 101 | * Opens a delivery session for one drain run. Lets destinations amortize |
| 102 | * expensive resources (S3Client, keep-alive connections) across all chunks |
no outgoing calls
no test coverage detected