We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to use commuter with s3 and if I don't set COMMUTER_S3_ENDPOINT the default is
var s3Endpoint = env.COMMUTER_S3_ENDPOINT || ""
this causes
rror: connect ECONNREFUSED 127.0.0.1:443 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1129:14) { message: 'connect ECONNREFUSED 127.0.0.1:443', errno: -61, code: 'NetworkingError', syscall: 'connect', address: '127.0.0.1', port: 443, region: 'us-east-1', hostname: '', retryable: true, time: 2020-06-23T10:28:51.483Z } Error: connect ECONNREFUSED 127.0.0.1:443 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1129:14)
However it works fine if it is set to null.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue, @elvinx!
Would you like to submit a pull request with a fix for this?
Sorry, something went wrong.
No branches or pull requests
I am trying to use commuter with s3 and if I don't set COMMUTER_S3_ENDPOINT the default is
var s3Endpoint = env.COMMUTER_S3_ENDPOINT || ""
this causes
However it works fine if it is set to null.
The text was updated successfully, but these errors were encountered: