parent
fb43c1fb10
commit
622d2ebbb1
1 changed files with 0 additions and 4 deletions
|
@ -31,10 +31,6 @@ class StoragePaths(object):
|
||||||
def blob_path(self, digest_str):
|
def blob_path(self, digest_str):
|
||||||
return content_path(digest_str)
|
return content_path(digest_str)
|
||||||
|
|
||||||
def image_file_trie_path(self, storage_uuid):
|
|
||||||
base_path = self._image_path(storage_uuid)
|
|
||||||
return '{0}files.trie'.format(base_path)
|
|
||||||
|
|
||||||
|
|
||||||
class BaseStorage(StoragePaths):
|
class BaseStorage(StoragePaths):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Reference in a new issue