You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@murlock hey, that's a lot of debug information. Thanks!
s5cmd directory walking has no support for symbolic links unfortunately. This is on our roadmap. Once implemented, I think we add some --follow-symlink or similar parameter to support symbolic links to prevent breaking current behaviour.
Tested with
s5cmd 0.6.0
When using
--parents
parameter withcp
, the symbolic link to a directory is managed as fileA strace show that symbolic link
tutu
was treated as file:and network trace show the result of
lseek
used as-is:The text was updated successfully, but these errors were encountered: