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
When copying directories, the local directory arguments specified in CLI or in copytree should be stripped off of target path. Somehow this is not working correctly in current stor. It needs to be fixed.
Current behavior:
stor cp -r path/to/localdir/ dx://project:/remotedir
stor list dx://project:/remotedir
dx://project:/remotedir/path/to/localdir/file1
Expected behavior (as with swift and local filesystem):
stor cp -r path/to/localdir/ dx://project:/remotedir
stor list dx://project:/remotedir
dx://project:/remotedir/file1
The text was updated successfully, but these errors were encountered:
When copying directories, the local directory arguments specified in CLI or in copytree should be stripped off of target path. Somehow this is not working correctly in current stor. It needs to be fixed.
Current behavior:
Expected behavior (as with swift and local filesystem):
The text was updated successfully, but these errors were encountered: