We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f3a01 commit 55beeb3Copy full SHA for 55beeb3
index.js
@@ -66,7 +66,7 @@ class Client_AuroraDataMySQL extends Client_MySQL { // eslint-disable-line camel
66
throw new Error(`Failed to load aws-sdk rdsdataservice client, did you forget to install it as a dependency? (${err.message})`);
67
}
68
69
- const https = this.config.connection.sdkConfig && String(this.config.connection.sdkConfig.endpoint).startsWith('http')
+ const https = this.config.connection.sdkConfig && String(this.config.connection.sdkConfig.endpoint).startsWith('http:')
70
? require('http')
71
: require('https');
72
0 commit comments