Actions
Feature #17393
closedGo and Python SDK propagate correct storage class to keepstore
Status:
Duplicate
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
Keepclient code in Go and Python SDK support:
- Setting storage classes to use when uploading a block
- Passing storage classes in the X-Keep-Storage-Classes header
The client is responsible for keeping track of how many replicas have been written for each storage class. If one storage class is satisfied but not another, the satisfied one can be removed from the X-Keep-Storage-Classes list. The overall write is a success if all storage classes were satisfied, and a failure if any of the storage classes could not be satisfied.
Updated by Peter Amstutz almost 4 years ago
- Related to Story #16107: Storage classes added
Updated by Peter Amstutz almost 4 years ago
- Status changed from New to Duplicate
Actions