jakeFeldman / strapi-provider-upload-azure-storage

Strapi Provider Upload Azure Storage
MIT License
75 stars 42 forks source link

Can not specify blobContentDisposition #77

Closed CubanSoil closed 1 year ago

CubanSoil commented 1 year ago

Hi, is possible to enable us to specify headers option before uploading to the blob storage ?

e.g

const headers = { blobContentDisposition: "attachment" + (nameOverride &&; filename="${blob.path}") } await blockBlobClient.upload(blob, blob.size, { metadata: metadata, blobHTTPHeaders: headers, onProgress: onProgress })

image

jakeFeldman commented 1 year ago

Currently this is not supported. This support is not on the roadmap