Studio-42 / elFinder

📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI
https://studio-42.github.io/elFinder/
Other
4.6k stars 1.41k forks source link

files can be moved but folders can't be #3649

Closed terrafrost closed 2 months ago

terrafrost commented 3 months ago

Files can be moved but folders can't be.

In looking at the source code it appears that moving either is essentially the same thing as cut / pasting vs copy / pasting. Indeed, cut / pasting folders also fails.

Interestingly, copy /pasting folders works just fine - it's just cut / pasting folders that doesn't.

terrafrost commented 2 months ago

Turns out this isn't an issue with elFinder. I'm using elFinder with https://github.com/barryvdh/elfinder-flysystem-driver and I'm using that with AwsS3V3 and the issue appears to be with that. To wit I've created a ticket with thephpleague/flysystem:

https://github.com/thephpleague/flysystem/issues/1791