Feature #13431
Updated by Lucas Di Pentima over 6 years ago
* If a client request includes the ‘X-Keep-Storage-Class’ header, just forward it.
* It could be done by adding it to @proxy_client.go@’s @Do()@ func, or by adding it to @keepclient@ as it ultimately was done with @RequestID@ (see commit:dff2844efdc39e73a11c14f57dfc845d36fc8e54)
** Both options seem to be fairly the same amount or work, but adding it to @keepclient@ should be the most useful.
* Q: Should @keepproxy@ do header format validation or blindly pass it to keepstores?