AzureStorageExplorer icon indicating copy to clipboard operation
AzureStorageExplorer copied to clipboard

Folder name ending with a dot is displayed without the dot, but activity log shows the original name

Open v-xianya opened this issue 2 months ago • 1 comments

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

  1. Launch Storage Explorer -> Blob Containers.
  2. Create a blob container -> Create a folder named 'f1.' -> Upload a blob to the folder.
  3. There is a successful activity log. Transfer of 'C:\Users\v-xianya\Downloads\table1.csv' to 'blob01/f1./' complete
  4. Check whether the uploaded file appears under the folder 'f1.'.

Actual Experience

  1. The uploaded file does not appear under the folder 'f1.'. Image

  2. The activity log shows the original input name (f1.), while the created folder is displayed as f1. Image

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

v-xianya avatar Oct 29 '25 07:10 v-xianya

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.

craxal avatar Nov 10 '25 21:11 craxal