benjreinhart / react-native-aws3

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

Feature Request- Please make AWS-ACL as configurable #5

Closed abhiCR7 closed 8 years ago

abhiCR7 commented 8 years ago

Right now by default the AWS-ACL is set to "public-read". But for my use case I want it to be configurable. So i think we can pick this value from options and make it default to "public-read". Please let me know if we can do this. If you want I can raise pull request for this

benjreinhart commented 8 years ago

Yeah... it should be configurable. I'd be happy to have a PR submitted :)

abhiCR7 commented 8 years ago

I have raised a PR, please release it as soon as possible.

benjreinhart commented 8 years ago

closed in #6 and released in 0.0.2

abhiCR7 commented 8 years ago

Thanks :)