Add support for Google Cloud Storage.
This commit is contained in:
parent
b9c6c4c2f2
commit
29f1b048a3
3 changed files with 72 additions and 40 deletions
|
@ -37,6 +37,9 @@ class SocketReader(object):
|
|||
handler(buf)
|
||||
return buf
|
||||
|
||||
def tell(self):
|
||||
raise IOError('Stream is not seekable.')
|
||||
|
||||
|
||||
def image_is_uploading(repo_image):
|
||||
if repo_image is None:
|
||||
|
|
Reference in a new issue