[Feature] Implement lean and well-defined snapstore for object storage providers #7
Labels
kind/enhancement
Enhancement, improvement, extension
lifecycle/stale
Nobody worked on this for 6 months (will further age)
How to categorize this issue?
/kind enhancement
What would you like to be added:
Steward should provide a lean snapstore, with well-defined interfaces and APIs for snapstore operations for each object storage provider. Possible APIs for the snapstore object can be
Upload
,Download
,GetInfo
,List
,Delete
, with scope to further create aCompressedSnapstore
that implements theSnapstore
interface and provides compression/decompression functionality within existingUpload
andDownload
methods respectively.Why is this needed:
Part of #1
Task List
The text was updated successfully, but these errors were encountered: