I've looked at a few similar projects and this one is the nicest looking and also easiest to work with.
My use case was to be able to give internal users a page to browse the contents of a private bucket, from on-premise only, which was achievable using a couple of private API's as proxies (one to proxy to the S3 REST API to use instead of the bucket name in s3.js and one to proxy to the index.html on another bucket). Works well.
A couple new features would make this perfect for us:
include itemsPerPage in the GUI, perhaps with common options 10, 50, 100
true/false settings switch to either create download links for files or just a text label (not a link)
I've looked at a few similar projects and this one is the nicest looking and also easiest to work with.
My use case was to be able to give internal users a page to browse the contents of a private bucket, from on-premise only, which was achievable using a couple of private API's as proxies (one to proxy to the S3 REST API to use instead of the bucket name in s3.js and one to proxy to the index.html on another bucket). Works well.
A couple new features would make this perfect for us: