react-native-fs
react-native-fs copied to clipboard
Fix undefined ContentLenght and support BinaryStreamOnly in Windows
I've seen there's on going work to rework the windows module, but untill then I've fixed two things to get the current Windows module working
- Add a ContentLength check to avoid undefined error
- Allow raw binary upload (S3 signed urls wants raw binary data, not multipart/form-data)