awslabs / aws-js-s3-explorer

AWS JavaScript S3 Explorer is a JavaScript application that uses AWS's JavaScript SDK and S3 APIs to make the contents of an S3 bucket easy to browse via a web browser.
Apache License 2.0
827 stars 278 forks source link

Support storage backends other than S3 #93

Closed drzraf closed 4 years ago

drzraf commented 4 years ago

It's a great project and would really like to see it working with additional storage backends (particularly Openstack Swift). (Other similar projects are abandonned).

A javascript library abstracts the cloud storage providers: pkgcloud and supports:

Do you think it's a direction v2 could take?

drzraf commented 4 years ago

Went over the code. Seems it's unlikely happen.