AzureStorageExplorer icon indicating copy to clipboard operation
AzureStorageExplorer copied to clipboard

Can't upload a non-empty folder named '! @ # $ % ^ & %2A %3F =,' to one blob container/file share

Open v-xianya opened this issue 3 years ago • 1 comments
trafficstars

Storage Explorer Version: 1.24.0-dev Build Number: 20220411.5 Branch: main Platform/OS: Windows 10/Linux Ubuntu 20.04/MacOS Monterey 12.3 (Apple M1 Pro) Architecture ia32\x64 How Found: From running test cases Regression From: Not a regression

Steps to Reproduce

  1. Expand one storage account -> Blob Containers.
  2. Create a blob container -> Upload one non-empty folder named '! @ # $ % ^ & %2A %3F =, '.
  3. Check whether succeeds to upload the folder.

Expected Experience

Succeed to upload the folder.

Actual Experience

  1. The folder is not uploaded successfully.
  2. There is a successful activity log indicating '0 items transferred'. image

Additional Context

  1. This issue also reproduces for file shares.
  2. On Mac and Linux, display the below activity log. image Here is the azcopy log on Mac: 6a95033c-8457-6449-4bbd-92400a7fc50b.log

v-xianya avatar Apr 12 '22 08:04 v-xianya

Issue is with the * character it seems. Also, I noticed that files adjacent to the troublesome folder get uploaded.

MRayermannMSFT avatar Apr 22 '22 18:04 MRayermannMSFT

Passing along to Richard so he can get some AzCopy experience :)

MRayermannMSFT avatar Oct 26 '22 17:10 MRayermannMSFT

With 1.29.0 a temporary fix resolves this issue by escaping the * character. However, waiting on Azcopy for a more comprehensive fix.

richardMSFT avatar Mar 01 '23 20:03 richardMSFT

Verified this issue on the build main/20230516.3. Fixed. So, we are going to close it. image

v-kellyluo avatar May 16 '23 06:05 v-kellyluo