TTLabs / EvaporateJS

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

Can i use EvaporateJS for any Object Storage? #433

Open thomaslange24 opened 5 years ago

thomaslange24 commented 5 years ago

Can I use EvaporateJS with any Object Storage, like Minio, Dell ECS and Hitachi? Or is it only for AWS?

jakubzitny commented 5 years ago

I am not sure if anyone tried this. But if some of them have the same API (and bucket configs, etc.), it could work. I think Minio was used in some other library to migrate from AWS.

We'd be happy if you tried it and shared the results ;)