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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support storage backends other than S3

drzraf opened this issue · comments

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:

  • Amazon
  • Azure
  • Google
  • HP
  • Openstack
  • Rackspace

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

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