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
Since v2.5.0, S3 URL schema is now lost.
This is caused by a change in this PR. #1762 (#1761)
It would be good to change it like this.
Now: https://github.com/blademainer/codimd/blob/7b1e4e3ddb2ef07d1170dcd819986252d5758596/lib/imageRouter/s3.js#L54
s3Endpoint = `s3-${config.s3.region}.amazonaws.com`
After:
s3Endpoint = `https://s3-${config.s3.region}.amazonaws.com`
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Since v2.5.0, S3 URL schema is now lost.
This is caused by a change in this PR. #1762 (#1761)
It would be good to change it like this.
Now:
https://github.com/blademainer/codimd/blob/7b1e4e3ddb2ef07d1170dcd819986252d5758596/lib/imageRouter/s3.js#L54
After:
The text was updated successfully, but these errors were encountered: