Options for creating an S3 storage connector.
bucket: string
optional
region: string
optional
endpoint: string
optional
credentials: { accessKeyId: string; secretAccessKey: string; sessionToken?: string; }
optional
forcePathStyle: boolean
optional
pooled: boolean
Whether to use connection pooling. Defaults to true. Disable this in tests to avoid TCP resource leaks.