react-native-s3 icon indicating copy to clipboard operation
react-native-s3 copied to clipboard

Support multiple TransferUtility instances

Open jhen0409 opened this issue 8 years ago • 1 comments

Just like:

import { TransferUtility } from 'react-native-s3';

const defaultTransfer = new TransferUtility();  // default instance
const transfer = new TransferUtility('transfer_name_here');

jhen0409 avatar Mar 17 '16 21:03 jhen0409

I would like to have simultaneous uploads too, what are the technical problems involved in having multiple instances ?

alfonsodev avatar Jun 13 '16 09:06 alfonsodev