Convert V2 to use the blob uploader interface

This commit is contained in:
Joseph Schorr 2018-10-04 13:59:53 -04:00
parent 0ae062be62
commit 7a68c41f1c
3 changed files with 170 additions and 308 deletions

View file

@ -266,7 +266,7 @@ class RegistryDataInterface(object):
Mounts the blob from another repository into the specified target repository, and adds an
expiration before that blob is automatically GCed. This function is useful during push
operations if an existing blob from another repositroy is being pushed. Returns False if
the mounting fails.
the mounting fails. Note that this function does *not* check security for mounting the blob.
"""
@abstractmethod