create container
This commit is contained in:
parent
c23ce35c85
commit
01cdd7ab7d
@ -111,6 +111,8 @@ class SwiftUploadCallback(ArchiveCallback):
|
|||||||
|
|
||||||
self.cloud_files = pyrax.cloudfiles
|
self.cloud_files = pyrax.cloudfiles
|
||||||
|
|
||||||
|
self.cloud_files.create_container(self.container)
|
||||||
|
|
||||||
def on_close(self, filename):
|
def on_close(self, filename):
|
||||||
checksum = pyrax.utils.get_checksum(filename)
|
checksum = pyrax.utils.get_checksum(filename)
|
||||||
# Blocking call ...
|
# Blocking call ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user