Project

General

Profile

Feature #13431

Updated by Lucas Di Pentima almost 6 years ago

* Add storage classes support to Keepclient 
 * If a client request includes the ‘X-Keep-Storage-Class’ header, use 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 newly added keepclient feature. 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?

Back