react-native-aws3 icon indicating copy to clipboard operation
react-native-aws3 copied to clipboard

Cannot change s3 region

Open arediey opened this issue 6 years ago • 8 comments

I have bucket in southeast asia region. when i set region option, it throw out error

const options = { keyPrefix: "react/", bucket: "", region: "ap-southeast-1", accessKey: "", secretKey: "", successActionStatus: 201 }

<xml version="1.0" encoding="UTF-8"?>↵<Error><Code>InvalidArgument</Code><Message>the region 'ap-southeast-1' is wrong; expecting 'us-east-1'</Message>

arediey avatar Oct 05 '18 04:10 arediey

I also have this... any updates?

nikfrank avatar Nov 08 '18 13:11 nikfrank

I also have this... any updates?

I did not have time to dig around, i've created new bucket in us-east-1. let me know if you have solution. cheers.

arediey avatar Nov 21 '18 09:11 arediey

Any fix for this issue?

ManigandanRaamanathan avatar Dec 12 '18 16:12 ManigandanRaamanathan

I found solution

ManigandanRaamanathan avatar Dec 13 '18 02:12 ManigandanRaamanathan

Yeah, this still... i'll submit a PR

leleofg avatar Apr 26 '19 20:04 leleofg

@ManigandanRaamanathan what did you do to solve it?

leleofg avatar Apr 26 '19 20:04 leleofg

@leleofg I manually edited the library's hardcoded endpoint

ManigandanRaamanathan avatar Apr 27 '19 12:04 ManigandanRaamanathan

Any update on this?

azai91 avatar Dec 05 '19 00:12 azai91