microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
364 stars 85 forks source link

Add icon for symlink #7973

Open bakoontz2 opened 4 weeks ago

bakoontz2 commented 4 weeks ago

Preflight Checklist

Problem

Differentiate symlinks from documents (both use the same icon)

Desired Solution

An icon that represents a symlink

Alternatives and Workarounds

No workaround, it is what it is right now

Additional Context

No response

bakoontz2 commented 4 weeks ago

image

The "documents" are actually symlinks in this image.

craxal commented 4 weeks ago

@bakoontz2 Can you provide more context? Are you using Blobs, ADLS Gen2 Blobs, or File Shares? What MIME types or content types are you seeing for these symlinks? Can you share more of your screenshot?

Can you share more about your particular use case? What platform do you run Storage Explorer on? Why do you upload symlinks to Azure? Why do you need a different icon?

bakoontz2 commented 3 weeks ago

File shares that we mount in Linux containers. Here is a better screenshot:

image

Here are the symlinks as represented in Linux after they are mounted:

image

Here is what SE thinks is the content type of the symlinks:

image

Some people on our team, not comfortable in a Linux environment, use SE to navigate and update the file system. Given that there is no clue in the SE presentation that what appear to be docs are actually symlinks, and the inability to navigate the symlinks from within SE, leads to confusion. SE is exclusively run on Win 10E. We don't "upload" symlinks to Azure. The symlinks are created after the FS is mounted in a Linux container. A different icon is desired because the present icon does not accurately represent the underlying symlink.

craxal commented 3 weeks ago

@RichardMSFT Getting a separate icon for symlinks should be pretty simple to do. But let's investigate for 1.35.0 what it would take to support navigation via symlink, and then we can plan further.

bakoontz2 commented 3 weeks ago

Thank you for the quick response!