Thomas Plougsgaard
Results
1
issues of
Thomas Plougsgaard
## Problem I am making presigned `putObject` requests like this (to AWS S3): ``` RNFetchBlob.fetch( 'PUT', someUrl, { 'Content-Type': 'application/octet-stream' }, RNFetchBlob.wrap(pathToImageFile) ) ``` And it _worked perfectly_ until I...
needs investigation