benjreinhart / react-native-aws3

Pure JavaScript React Native library for uploading to AWS S3
MIT License
399 stars 151 forks source link

Support reject (for example wrong hostname) #16

Closed mouneyrac closed 7 years ago

mouneyrac commented 7 years ago

If your bucket name is wrong (for example it contains some ::: ) then you'll end up with a wrong hostname. Then the Request promise should return a reject but the current Request only return response.

benjreinhart commented 7 years ago

👍 :shipit: