Eradicate the s3 versions of the checksum and the uploading flag.
This commit is contained in:
parent
af9b0904d9
commit
fb465fd66f
4 changed files with 6 additions and 105 deletions
|
@ -36,14 +36,6 @@ class BaseStorage(object):
|
|||
base_path = self.image_path(storage_uuid)
|
||||
return '{0}json'.format(base_path)
|
||||
|
||||
def image_mark_path(self, storage_uuid):
|
||||
base_path = self.image_path(storage_uuid)
|
||||
return '{0}_inprogress'.format(base_path)
|
||||
|
||||
def image_checksum_path(self, storage_uuid):
|
||||
base_path = self.image_path(storage_uuid)
|
||||
return '{0}_checksum'.format(base_path)
|
||||
|
||||
def image_layer_path(self, storage_uuid):
|
||||
base_path = self.image_path(storage_uuid)
|
||||
return '{0}layer'.format(base_path)
|
||||
|
|
Reference in a new issue