From 01cdd7ab7da680d1bcea05cd290d6d6681f6e413 Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Tue, 3 Jun 2014 03:33:48 +0000 Subject: [PATCH] create container --- shoebox/handlers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shoebox/handlers.py b/shoebox/handlers.py index 5ad9de2..c285a73 100644 --- a/shoebox/handlers.py +++ b/shoebox/handlers.py @@ -111,6 +111,8 @@ class SwiftUploadCallback(ArchiveCallback): self.cloud_files = pyrax.cloudfiles + self.cloud_files.create_container(self.container) + def on_close(self, filename): checksum = pyrax.utils.get_checksum(filename) # Blocking call ...