Uh oh!
There was an error while loading. Please reload this page.
Add path resolution for CopyIn using Stat - #727
Conversation
JaewonHur
commented
May 6, 2026
Thanks for the PR! Could you add few more tests in |
@dcantah Could you take a look at this PR? One example is As you can see here, the logic closely depends on the type of destination object and whether the destination path has trailing "/". We have no option but ends up implementing those logics in |
JaewonHur
commented
May 19, 2026
Hi @simone-panico one last part. Could you sign your commits once again? Then, let me approve this PR. You can do followings: If you didn't set git signing. Do followings first. |
@simone-panico It seems commit history is broken. Could you do followings? This one just rewrite commits based on latest main. While doing Before force pushing, check if all changes are correct. Then, |
2e266b8 to
cdbee01Comparesimone-panico
commented
May 19, 2026
Should be fixed now :) |
Uh oh!
There was an error while loading. Please reload this page.
This pull request enhances the handling of file and directory copy operations in Linux containers, particularly by improving destination path resolution and error handling for the
copyInoperation with theStat RPCThis PR is needed for container#1190