Extend Zarr entry upload procedure to support client-assigned Content-Types #1870
Labels
enhancement
New feature or request
UX
Affects usability of the system
zarr
Issues with Zarr hosting/processing/etc.
(See dandi/dandidav#90 for motivation)
Feature request: Support an optional
content_type: str | null
field in the objects inPOST /zarr/{zarr_id}/files/
requests. When this field is present and non-null, the signed upload URL that the Archive produces for the entry should set the Content-Type field to the given value so thatGET
requests for the resulting S3 object will be replied to with responses that have that Content-Type.Question: When the client performs the actual upload to the signed URL, must it specify the same Content-Type header again?
The text was updated successfully, but these errors were encountered: