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

Specify prefix in URL

giom-l opened this issue · comments

Hi,

I just discovered this project and for now, it works like a charm and responds to almost every needs I have.

I was wondering if it could be possible to specify the prefix directly in the URL ?
I saw this PR but can't get it work (maybe specific for

Here is an example of URL I tried (no public bucket) :
https://bucket-test-src.s3.amazonaws.com/index.html#specific-folder

It only works when I specify it in the connection modal.
Am I missing something ?

I am currently using v2-alpha version.