David542
David542

Reputation: 110093

Resilient uploader for Google Cloud Platform

Are there any open sources resilient file uploaders that work on Google Cloud Storage? This is what we've used for Amazon S3, which works great -- https://github.com/cinely/mule-uploader. We're looking for something that will have the following abilities:

Do any open source uploaders support this?

Upvotes: 2

Views: 38

Answers (1)

David542
David542

Reputation: 110093

One open source option that seems to have the above criteria is:

It is resumable and reads the file in chunks so progress can be shown on the front-end.

Upvotes: 1

Related Questions