benjreinhart / react-native-aws3

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

Images stored at s3 with name undefined. #70

Open rashmimhatre100 opened 6 years ago

rashmimhatre100 commented 6 years ago

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', location: 'https://xyz.s3.amazonaws.com/uploads%2Fundefined' } }

Thanks in advance!

Sterlingryan commented 5 years ago

Any update on this, did you manage to fix it ?