TTLabs / EvaporateJS

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

Adding support for custom port #490

Closed SamkeetJain closed 8 months ago

SamkeetJain commented 8 months ago

For S3 alternatives such as MinIO, we may require to use custom port other than 80/443. This below changes will make sure evaporate.js works for non standard ports also.

SamkeetJain commented 8 months ago

@jakubzitny @mattmoreira Can you guys please have a look at this one?