This repository was archived by the owner on Jul 18, 2024. It is now read-only.
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
Support for Content Disposition (and other custom headers) #111
Open
Description
Feature Request Description
For Azure Uploads, I would like to be able to specify blob headers (eg custom x-ms-blob-content-disposition
) on the uploaded file.
Describe Preferred Solution
New parameter --file-content-disposition
that would accept a String value
Describe Alternatives Considered
Generic new parameter --file-header-<headername>
to support any headers to be set on the upload.