microsoft / microsoft/AzureStorageExplorer

When there is folder and blob with identical name, clone the folder actually clones the blob

Open
#3,888 1 comment 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

:gear: azcopy :grey_question: external
Dominant language
No language data
Stars
452
Forks
92
Avg merge
15h 20m
Merged PRs (30d)
3

Description

Storage Explorer Version: since 1.15.1
Build Number: 20200902.9
Platform/OS: Mac
Architecture: x64
Regression From: N/A

Bug Description

When there is a folder and a blob with identical name in a blob container, clone the folder will actually clone the blob.

Steps to Reproduce

Go to a blob container root dir,

  1. Create directory named "folder", then upload a file to it
  2. Upload a file named "folder" to the root directory
  3. Clone the "folder" folder with new name "folder2"

Expected Experience

A new folder "folder2" is created.

Actual Experience

A copy of the blob "folder" is created.

Additional Context

This is the AzCopy command we use for such operation

./azcopy copy "https://account.blob.core.windows.net/container/folder/*?sasToken" "https://account.blob.core.windows.net/container/folder2?sasToken" --recursive;

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.