ozkatz / cloudzip

list and get specific files from remote zip archives without downloading the whole thing
Apache License 2.0
139 stars 5 forks source link

Propagate/expose object headers from storage adapters #8

Open nukemberg opened 5 months ago

nukemberg commented 5 months ago

In order to facilitate caches and to set file metadata/headers on http server and nfs/dav/fuse mounts - we need to propagate object headers from storage fetch method.

nukemberg commented 5 months ago

@ozkatz we can put all them headers in a map trash can or we can create a struct with important ones (e.g. ETAG, expire, timestamp). or both. preference?