aws-s3
aws-s3 copied to clipboard
Invalid URL when region is us-east-1
When use us-east-1
in config.region
it generates an invalid URL.
- Generated URL for us-east-1:
https://<bucket>.s3-us-east-1.amazonaws.com/
- Expected URL for us-east-1:
https://<bucket>.s3.amazonaws.com/
orhttps://<bucket>.s3.us-east-1.amazonaws.com/
(not sure about the last one)
Could you make a PR to fix that?
Having the same problem, created a PR, it would be awesome to see the change in NPM: https://github.com/Fausto95/aws-s3/pull/46
Was this solved i am still getting the invalid one