strapi-provider-upload-azure-storage
strapi-provider-upload-azure-storage copied to clipboard
Strapi Provider Upload Azure Storage
The new `authType` parameter is necessary to distinguish between the two Config types, with `makeBlobServiceClient` having different paths through a switch depending on its value to narrow the type between...
Hi, ### Question Is there a way to upload an asset into a specific folder instead of just putting all assets into the default folder or the folder used for...
## Summary @jakeFeldman After I upgrade my existed project to `[email protected]` & `[email protected]`, I can't start the Development & Production servers, but the Building works well. ## Error log ```text...
Hi @jakeFeldman thanks for publishing v3.2.0; however, I have run into an error when uploading an image via the strapi media library when using the `sasToken`. The BlobServiceClient throws a...
Hi Jake, I've read your message on the readme. I was wondering if this plugin is supporting secured upload urls. So, like in Amazon you have signed url's to get...
Hello, I hope you're all fine. I have a bug when I try to download a media from the media library. My Azure config seems fine since I can upload...
When I delete media from the admin panel media library, I receive a 404 message. This what the output looks like: [2023-10-10 11:58:15.316] error: The specified blob does not exist....
Info: Node version: 16.15.0 Strapi version: 4.6.0 strapi-provider-upload-azure-storage version: 3.1.2 I'm using azure app configuration to setup configuration for Strapi. I do this within the register async function in index.js...
Hello guys! First of all thank you for amazing work, the plugin is so useful. ## Overview Once image (media) is loaded into the strapi, it can be returned by...
JavaScript evaluates the expression `config.removeCN == 'true'` is evaluated as `false` when `config.removeCN` is set to true. This means that the container name was never being removed, even when removeCN...