benjreinhart / react-native-aws3

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

Setting a custom filename #74

Open arrygoo opened 6 years ago

arrygoo commented 6 years ago

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. How do I enforce the filename?

Or am I not able to put to a presigned url using this library?

maxto024 commented 6 years ago

+1