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

[v2-alpha] Folders drag-n-drop is broken

danil-smirnov opened this issue · comments

Hi guys,

I'm afraid you have broken folders drag-n-drop feature with the last commits...

When drop the following files structure to the app:

Test
├── aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
│   └── jquery-ui-1.12.1.custom.zip
├── jquery-ui-1.12.1.customaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.zip
└── Test2
    └── jquery-ui-1.12.1.custom.zip

I previously saw this:

Screenshot from 2019-08-03 13-09-03

But now I see this:

Screenshot from 2019-08-03 13-10-23

I would suggest to revert the last commit until fixed.

commented

Hi, apologies that this introduced a problem. Rather than revert the previous commit, we'll take a look at fixing the problem that was introduced.

Hi @john-aws
Somehow I've missed this update...
Tested now - works like a charm!
Thank you very much!
Closing the issue...