TTLabs / EvaporateJS

Javascript library for browser to S3 multipart resumable uploads
1.82k stars 207 forks source link

Feature request: per file awsRegion and aws_url #399

Open masonlee opened 6 years ago

masonlee commented 6 years ago

awsKey and bucket options are configurable on a per file basis. Can awsRegion and aws_url easily also be?

My use case is that my server tells the evaporate client where to upload the file. Currently I need to make a separate evaporate instance for any change to awsRegion and aws_url. I can do this, but it doesn't seem particularly elegant.