kpfaulkner / azurecopy

copy blobs between azure, s3 and local storage
Apache License 2.0
36 stars 13 forks source link

Subdirectories not copying properly. #2

Closed kpfaulkner closed 8 years ago

kpfaulkner commented 9 years ago

Reported that copying (fake) subdirectories from S3 to Azure was messing up the target blob name. Specifically if S3 has:

..../dir1/dir2/file1 and ..../dir1/dir2/file2

On Azure the final blob names would be:

..../dir2\file1 and ..../dir2\file2

Need to investigate this to see renaming was intentional (for some use case) or if simply a bug.

kpfaulkner commented 8 years ago

fixed in 1.1.2