blobxfer icon indicating copy to clipboard operation
blobxfer copied to clipboard

Support for Content Disposition (and other custom headers)

Open aznamier opened this issue 4 years ago • 2 comments

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.

aznamier avatar Mar 06 '20 18:03 aznamier

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.

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.

Darryl-G avatar Mar 12 '20 12:03 Darryl-G

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.

gajackson1963 avatar Mar 17 '20 11:03 gajackson1963