azurestorageexplorer | ☁💾 Manage your Azure Storage blobs | Azure library

 by   sebagomez C# Version: azurestorageexplorer-0.2.2134 License: MIT

kandi X-RAY | azurestorageexplorer Summary

kandi X-RAY | azurestorageexplorer Summary

azurestorageexplorer is a C# library typically used in Cloud, Azure, Angular, Docker applications. azurestorageexplorer has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Try it live at Or deploy it wherever you want thanks to docker images (created with GitHub Actions).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              azurestorageexplorer has a low active ecosystem.
              It has 115 star(s) with 65 fork(s). There are 15 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 2 open issues and 26 have been closed. On average issues are closed in 145 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of azurestorageexplorer is azurestorageexplorer-0.2.2134

            kandi-Quality Quality

              azurestorageexplorer has 0 bugs and 0 code smells.

            kandi-Security Security

              azurestorageexplorer has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              azurestorageexplorer code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              azurestorageexplorer is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              azurestorageexplorer releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              azurestorageexplorer saves you 211 person hours of effort in developing the same functionality from scratch.
              It has 560 lines of code, 0 functions and 87 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of azurestorageexplorer
            Get all kandi verified functions for this library.

            azurestorageexplorer Key Features

            No Key Features are available at this moment for azurestorageexplorer.

            azurestorageexplorer Examples and Code Snippets

            No Code Snippets are available at this moment for azurestorageexplorer.

            Community Discussions

            Trending Discussions on azurestorageexplorer

            QUESTION

            Azure Storage Explorer does not list all blobs
            Asked 2019-Jun-04 at 13:57

            When I open a blob container in Azure Storage Explorer, sometimes it lists just a subset of the blobs the container contains. How to make it list all of them? I tried refreshing, searching for the blob name prefix, nothing helped. Sadly, source code is not available for now and I did not find any info on its internal working apart from that it is an Electron app, so it would be hard to dig into the problem from this direction.

            I cannot reproduce the problem, it pops up just from time to time. Currently, I am playing with a container where Storage Explorer lists just a single file of 169 KB and displays "Showing 1 to 1 of 1 cached items" at the bottom, but when I click the Folder Statistics button in the toolbar, the Activities window displays "Statistics for devstoreaccount1/palecblobcontainer: 5 blobs; 588,270 bytes (not including snapshots)".

            When I list the blobs using the REST API, I get them all. I.e. I view http://127.0.0.1:10000/devstoreaccount1/palecblobcontainer?restype=container&comp=list in my browser and all 5 blobs are listed in the resulting XML. I got the URL of the container by clicking Copy URL in the Storage Explorer toolbar, removing the path to the blob and adding the query string.

            I have observed this not only using Storage Emulator, but even the actual Azure Storage. Every time I'd run into this issue, it persisted even after Storage Explorer restart and deletion of %AppData%\StorageExplorer and even after detaching and reattaching the storage account, so it seems caching is not the problem. I found a similar issue on GitHub related to pagination, but in my case the observed counts are consistent and very low, so that all the blobs fit on one page.

            How to make Storage Explorer work again once it stops displaying some blobs? If it is a bug, is there a work-around? Is there a reasonable way I can dig deeper into the issue? I'm using Storage Explorer 1.8.1 on Windows 10.

            ...

            ANSWER

            Answered 2019-Jun-04 at 13:57

            Storage Explorer uses the REST API under the hood. When a blob container is opened or refreshed, the request path is /devstoreaccount1/palecblobcontainer?restype=container&comp=list&maxresults=1000&delimiter=%2F.

            In my case, the problem is the delimiter=%2F part, where %2F is URL-encoded slash. Without that parameter, the API response contains all the blobs, but when the parameter is included, only the ones listed in Storage Explorer are returned.

            When I upload another file (an arbitrary desktop.ini) in the root of the container, it looks like this:

            When I delete the .safe blob, the 404 blob is listed (and desktop.ini is still listed). When I delete 404, 404.safe is listed. When I rename 404.safe to 404.safe_, chci-vuz-skoda is listed.

            When listing a folder containing a subfolder having empty name, the API does not list the empty-named folder and displays its first blob instead. This is probably a bug of the REST API (or some code beneath). I'm not sure if this is a bug of the list or if empty segments should cause the upload of such a blob to fail. I did not manage to create such a blob using Storage Explorer and documentation of blob names limitations does not talk about such limitations.

            To work with the blobs in an empty-named folder using Storage Explorer, rename them back and forth. That moves them from the empty-named folder to its parent folder (i.e. squashes sequences of slashes in the blob name). This changes the blob name, though, so stored copies of the blob name and any code relying on the blob name have to be updated.

            I observed the requests and responses using Fiddler. Storage Explorer > Edit > Configure Proxy > Use custom proxy settings (URL: http://127.0.0.1, port: 8888) and run Fiddler. There is also Storage Explorer > Help > Toggle Developer Tools (F12), which displays Chrome developer tools for the app, but the Network tab does not display the requests and I did not want to dig deeper.

            Source https://stackoverflow.com/questions/56132965

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install azurestorageexplorer

            To build this repo make sure you install .NET 6.0 sdk and Node.js v14.15.4. Take a look at Node distributions on how to install it. Go to ClientApp and install the Angular CLI.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link