benjreinhart / react-native-aws3

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

No suitable way to upload multiple images #23

Closed alaingoldman closed 7 years ago

alaingoldman commented 7 years ago

Hey benjreinhart, I was wondering if there is any way you could possible upload multiple photos at once.

benjreinhart commented 7 years ago

Agreed that it could be nice to provide an API that handles multiple uploads with a callback when all have finished, but until then, is there a reason why just calling RNS3.put multiple times won't work?

alaingoldman commented 7 years ago

No you're right multiple RNS3.put works totally fine. I was just wondering. Thanks for the feedback.

benjreinhart commented 7 years ago

No problem

mxdi9i7 commented 6 years ago

Any plan to add feature that supports multiple file upload? I love this library but right now the feature set is too limited, hate to install multiple libraries to suit various feature needs.