microsoft / microsoft/AzureStorageExplorer
Fail to delete several different blob versions at the same time which don't have current versions
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 452
- Forks
- 92
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
Storage Explorer Version: 1.16.0
Build Number: 20201118.2
Branch: main
Platform/OS: Windows 10/ Linux Ubuntu 16.04/ MacOS Catalina
Architecture: i32/x64
Regression From: Not a regression
Steps to Reproduce
- Expand one normal storage account (make sure the blob versioning is enabled) -> Blob Containers.
- Create a blob container -> Upload two blobs.
- Delete the two blobs -> Switch the view to 'All blobs and blobs without current version'.
- Delete the two blob versions -> Observe the result.
Expected Experience
Succeed to delete the two blob versions.
Actual Experience
Fail to delete the two blob versions.

Error detail:
{
"message": "\"failed to perform remove command due to error: cannot start job due to error: -> github.com/Azure/azure-storage-blob-go/azblob.newStorageError, /home/vsts/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.10.1-0.20201022074806-8d8fc11be726/azblob/zc_storage_error.go:42\\n===== RESPONSE ERROR (ServiceCode=BlobNotFound) =====\\nDescription=404 The specified blob does not exist., Details: (none)\\n HEAD https://atestversion.blob.core.windows.net/popopp/StorageExplorer-ia32.exe?se=2020-12-18t08%3A34%3A42z&sig=-REDACTED-&sp=rxl&sr=c&sv=2019-12-12&timeout=901&versionid=2020-11-18t08%3A33%3A04.8945264z\\n User-Agent: [Microsoft Azure Storage Explorer, 1.16.0, win32, AzCopy/10.7.0 Azure-Storage/0.10 (go1.13; Windows_NT)]\\n X-Ms-Client-Request-Id: [561e302b-37c1-4daa-6f10-6229d7bd90b7]\\n X-Ms-Version: [2019-12-12]\\n --------------------------------------------------------------------------------\\n RESPONSE Status: 404 The specified blob does not exist.\\n Date: [Wed, 18 Nov 2020 08:34:44 GMT]\\n Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]\\n X-Ms-Client-Request-Id: [561e302b-37c1-4daa-6f10-6229d7bd90b7]\\n X-Ms-Error-Code: [BlobNotFound]\\n X-Ms-Request-Id: [e8e6248a-301e-0029-3585-bd10a5000000]\\n X-Ms-Version: [2019-12-12]\\n\\n\\n.\\n\""
}
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.