react-native-aws3
react-native-aws3 copied to clipboard
Pure JavaScript React Native library for uploading to AWS S3
Only change needed is to update the readme and an instructions that uri is not required, one can just pass the file from the input element as the file instead...
We are submitting our app to google play and we got this message form Google play saying: `Your app(s) expose Amazon Web Services credentials.` This is how we are using...
I'm getting the following error when trying to upload an image: ```XML PreconditionFailed At least one of the pre-conditions you specified did not hold Bucket POST must be of the...
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: "",...
I am using this library to upload an image to an S3 bucket, but when I try to do a put request to the s3 bucket, I get errors in...
this is my code after it executes i get ssl error ``` UploadImage(f){ console.log(f,options) RNS3.put(f, options).then(response => { if (response.status !== 201) throw new Error("Failed to upload image to S3");...
Not able to create Dynamic sub keyPrefix while uploading Images???
Hi, First of all, I would like to say that I appreciate your effort to create this library. After some time of using it in my react native application, I...
I'm having this error (which seems to indicate that there's a network issue) ```js { status: 0, text: "Write error: ssl=0xd1e3e880: I/O error during system call, Connection reset by peer",...
Hi, We are using this plugin and it's useful for us 👍 💯 We can able to upload files in private bucket in aws s3 but not able to get...