microsoft / microsoft/AzureStorageExplorer
When there is folder and blob with identical name, clone the folder actually clones the blob
Open
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,
- Create directory named "folder", then upload a file to it
- Upload a file named "folder" to the root directory
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.