react-native-aws3 icon indicating copy to clipboard operation
react-native-aws3 copied to clipboard

Pure JavaScript React Native library for uploading to AWS S3

Results 62 react-native-aws3 issues
Sort by recently updated
recently updated
newest added

I tried uploading mov files from iPhone and they work perfectly, however when I try uploading mp4 file, it gets uploaded but the video doesn't play (corrupted file), I am...

I was wondering if there is a reason why acl defaults to public-read? Would it not be safer to default to something more restrictive such as bucket-owner-full-control, or make it...

I am not currently working in react native regularly, so this project is not a priority for me. However, there is a fair amount of interest around this project so...

Hey, Very good library, thanks ! I also need fast get and deleteObject very fast :) I added get function: `static get(fileUrl, options, type) { options = Object.assign({}, options, {...

Hi, Image object: `res: ', { uri: 'content://com.android.providers.media.documents/document/image%3A9799', I/ReactNativeJS(15571): fileSize: 66395, I/ReactNativeJS(15571): fileName: 'IMG-20180325-WA0012.jpg', I/ReactNativeJS(15571): type: 'image/jpeg' }` Post response, ` { postResponse: { key: 'uploads/undefined', etag: '1951079ce27f35c88ed9178f51bf8f62', bucket: 'xyz',...

Hi i would like to be able to upload images that is in `base64` format. There is a bug in another library I'm using so i cannot get the image,...

Is it possible to upload audio caf files? I've been trying to do that but the uploaded file ends up being 0 bytes..that's the code: ``` let file = {...

I'm using `.put()` to upload files to s3. It works fine, however if I try to `put` to a presignedUrl, the parameters of the url become part of the filename....