mirror of
https://github.com/diced/zipline.git
synced 2025-12-05 20:40:12 -08:00
fix: allow unauthorized certs s3
This commit is contained in:
@@ -55,6 +55,7 @@ export class S3Datasource extends Datasource {
|
||||
httpsAgent: new HttpsAgent({
|
||||
maxSockets: 1000,
|
||||
keepAlive: true,
|
||||
rejectUnauthorized: false,
|
||||
}),
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user