-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
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.
s3Endpoint = `s3-${config.s3.region}.amazonaws.com`
After:
s3Endpoint = `https://s3-${config.s3.region}.amazonaws.com`
Metadata
Metadata
Assignees
Labels
No labels