mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 22:11:39 +00:00
feat: impl upload api endpoints
This commit is contained in:
@@ -15,6 +15,10 @@ type BlobKeyResolver interface {
|
||||
|
||||
type FlatKeyResolver struct{}
|
||||
|
||||
func NewFlatKeyResolver() *FlatKeyResolver {
|
||||
return &FlatKeyResolver{}
|
||||
}
|
||||
|
||||
func (r *FlatKeyResolver) KeyMode() blob.KeyMode {
|
||||
return blob.KeyModeStable
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user