Nakash Kumar

Results 2 comments of Nakash Kumar

Tried both versions. Same result.

For me, this was happening when accessing local s3 server. I got around it by setting `s3ForcePathStyle` to true. ``` const s3 = new AWS.S3({ endpoint: "http://localhost:9090", ... s3ForcePathStyle: true...