Folder name ending with a dot is displayed without the dot, but activity log shows the original name
Storage Explorer Version
1.41.0-dev (109)
Regression From
Not a regression
Architecture
x64
Storage Explorer Build Number
20251028.10
Platform
All
OS Version
Windows 11 arm64/MacOS Sequoia 15.6.1/Linux Ubuntu 22.04
Bug Description
When uploading a blob to a folder whose name ends with a dot (e.g., f1.), the upload succeeds and the blob is stored under the folder f1. However, the activity log incorrectly displays the folder name as 'f1.'.
Resource Types
blobs
Authentication Method
Sign in
Connection Type
Sign in (subscription)
Steps to Reproduce
- Launch Storage Explorer -> Blob Containers.
- Create a blob container -> Create a folder named 'f1.' -> Upload a blob to the folder.
- There is a successful activity log.
Transfer of 'C:\Users\v-xianya\Downloads\table1.csv' to 'blob01/f1./' complete - Check whether the uploaded file appears under the folder 'f1.'.
Actual Experience
-
The uploaded file does not appear under the folder 'f1.'.
-
The activity log shows the original input name (f1.), while the created folder is displayed as f1.
Expected Experience
The activity log should display the actual folder name (f1) that the blob is uploaded to, ensuring consistency between the log and the folder structure.
Additional Context
No response
Please investigate whether this is an AzCOpy issue. If not, and an easy fix, go ahead and fix for 1.41.0. Otherwise, we can revisit.