react-native-aws3
react-native-aws3 copied to clipboard
Cannot change s3 region
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>
I also have this... any updates?
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.
Any fix for this issue?
I found solution
Yeah, this still... i'll submit a PR
@ManigandanRaamanathan what did you do to solve it?
@leleofg I manually edited the library's hardcoded endpoint
Any update on this?