Add path resolution for CopyIn using Stat#727
Conversation
|
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 |
789c852 to
85ff49c
Compare
|
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
cdbee01
Compare
|
Should be fixed now :) |
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