react-native-aws3
react-native-aws3 copied to clipboard
Pure JavaScript React Native library for uploading to AWS S3
Hi, I'm using react-navite-aws3 in an app that runs on ios and android and uploads audiofiles to S3. That's all working fine, I'm also passing different content-types to the uploads...
Send networked presigned from server to avoid having to set secret and also have programatic control over user's namespace.
Why is it that I'm getting this error? I don't understand. the full error stack is: > [Unhandled promise rejection: TypeError: undefined is not an object (evaluating '_reactNativeAws2.default.put')] > *...
Needed support for a `Cache-Control` header. Added `headers` as an option.
can i upload audio file using this library?
Currently, I don't need to put my credentials onto any phone because I use presigning from a network request that gives temporary permission to the person uploading with a namespaced...
Issue: The certificate for this server is invalid. You might be connecting to a server that is pretending to be “com.xyz.app.s3.amazonaws.com” which could put your confidential information at risk.
If not, any tips for a pull request to do so?
Thank you for this library btw. It's been incredibly helpful. Anyways, I'm having trouble uploading images to S3 when I am simulating on Android. On iOS, I have no troubles...
Hi, Is there a way to change the resolution of the image when it's uploaded? I'm uploading images that are reasonably high quality but are being compressed into a really...