microsoft / microsoft/AzureStorageExplorer
Misleading Path Name in UI of the Azcopy Folder Upload
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 452
- Forks
- 92
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
- Latest Feb Release 1.70.
- Upload C:\Tools, in the UI, showing C:\ and in the command copied from Storage Explore,
$env:AZCOPY_CRED_TYPE = "Anonymous";
./azcopy copy "C:*" "https://vssperfdiag.blob.core.windows.net/bootdiagnostics-vssperfvm-50b5d752-e428-49a9-a823-52d84b2025a3/?" --overwrite=false --follow-symlinks --recursive --fromTo=LocalBlob --blobType=BlockBlob --list-of-files "C:\Users\xiangwu\AppData\Local\Temp\stg-exp-azcopy-a968bac3-993e-41fb-9a40-bb2b12649bb3.json"
$env:AZCOPY_CRED_TYPE = "";
- Real Folder C:\Tools is in the json file.
- Content of the C:\Tool is correctly uploaded.
- It's a misleading UI issue, similar to #930
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.
Research direction
Reproduce a folder upload of C:\Tools in the Azure Storage Explorer UI and compare the displayed path and copied command with the real folder path in the generated JSON file. Done means the UI and copied command identify C:\Tools consistently while the upload contents remain correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100