TritonDataCenter / node-manta-sync

Rsync style command for Joyent's Manta
31 stars 9 forks source link

manta-sync on windows doesn't respect \ as a directory #29

Open Smithx10 opened 7 years ago

Smithx10 commented 7 years ago

Manta-sync doesn't respect the \ on windows.

Objects are stored without folders as follows: /foo/\foo\bar\baz\foo.jpg The object name being "\foo\bar\baz\foo.jpg"

Instead of: /foo/foo/bar/baz/foo.jpg
The object name being "foo.jpg"