Closed bhanratt closed 8 months ago
Your feature request was retroactively granted!
This already works, even though it does not look like it does.
For example, if you copy the following to your clipboard:
/fh/fast/nelson_p
...and make sure there is no whitespace around the path,
then click in one of the Path text boxes, and, ignoring the text that is already there, paste from your clipboard with control-v (windows/linux) or command-v (mac). Then press enter. The path will change and the file list below will change accordingly.
Your feature request was retroactively granted!
This already works, even though it does not look like it does.
For example, if you copy the following to your clipboard:
/fh/fast/nelson_p
...and make sure there is no whitespace around the path,
then click in one of the Path text boxes, and, ignoring the text that is already there, paste from your clipboard with control-v (windows/linux) or command-v (mac). Then press enter. The path will change and the file list below will change accordingly.
You are correct I did not know this functionality existed. And I see that a copy path function exists as well. That's very useful. The paste doesn't seem to be working correctly for me... I tried pasting a path from my console to check a file I uploaded and it says:
Something went wrong!
{"message":"2024/03/13 17:20:52 ERROR : : error listing: InvalidBucketName: The specified bucket is not valid.\n\tstatus code: 400, request id: QKM2QYAYZ2S32FD0, host id: m57wgCf4WAlge9LrO2bsMDZohkHpy012Vvq0PtqvEn+e44swBXjKfhPP6tjNlWSwHy1RVovog4o=\n2024/03/13 17:20:52 Failed to lsjson with 2 errors: last error was: error in ListJSON: InvalidBucketName: The specified bucket is not valid.\n\tstatus code: 400, request id: QKM2QYAYZ2S32FD0, host id: m57wgCf4WAlge9LrO2bsMDZohkHpy012Vvq0PtqvEn+e44swBXjKfhPP6tjNlWSwHy1RVovog4o="}
I then checked and double checked what I was pasting and it appears correct. Then I manually navigated to that same path and it worked fine.
Motuz uses a different path syntax than the AWS CLI does.
First, you pick a cloud connection, then a path relative to that.
The path should look like this:
/bucketname/prefix1/prefix2
Let me know if that works. Dan
Also, it looks like you can't paste the full path to a file (including the filename), just directory names.
Hi,
I am finding Motuz very helpful for browsing around our buckets and local filesystem. It would be very useful to be able to select text and use copy/paste in the Path box on Motuz.
Thank you!