react-native-aws3
react-native-aws3 copied to clipboard
Pure JavaScript React Native library for uploading to AWS S3
cannot load assets-library: file 
Hi, Everything worked fine, but from few days, I have this error when I'm trying to upload a photo : ``` Object { "headers": Object {}, "status": 0, "text": "A...
On ios the upload works, but on android I get the following error Possible Unhandled Promise Rejection (id: 27): Object { "headers": Object {}, "status": 0, "text": "Binary FormData part...
Hi everyone, we already enabled server side Amazon S3 Transfer Acceleration and now we want to enable end point from this SDK to fast upload video to s3. can any...
Hi, I want to upload multiple files. My problem is, my function print "succedd up" and not reach "console.log('ok')" Here is my code Thanks for reply ``` import { RNS3...
Hi, is it possible to set additional meta data on the uploaded object. We want to set the x-amz-meta-mime-type on upload.
{"status":0,"text":"Unable to resolve host \"s3-us-east-2.amazonaws.com\": No address associated with hostname","headers":{}} Please anyone give me suggestion please
Hello there, First of all, thank you and good job. I want to access my android gallery and choose a picture for my avatar, upload it from my phone to...