blobxfer
blobxfer copied to clipboard
Support for Content Disposition (and other custom headers)
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.
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 valueDescribe Alternatives Considered
Generic new parameter
--file-header-<headername>
to support any headers to be set on the upload.
I would be interested in the "alternative" suggested, which would allow the setting of file metadata.
E.g. --file-header-x-ms-meta-mymetadata
Right now I'm doing two operations: 1- File upload via blobxfer. 2- Set metadata via direct API call.
Thanks.
I'm also interested in the ability to set metadata during the upload or download call. This would reduce the number of calls being made and make scripting a little easier - thanks.