Exemplo n.º 1
0
 def topic(self):
     conf = Config()
     conf.S3_LOADER_BUCKET = None
     conf.S3_LOADER_ROOT_PATH = ''
     context = Context(config=conf)
     return _get_key(IMAGE_PATH, context)
Exemplo n.º 2
0
 def topic(self):
     conf = Config()
     conf.S3_LOADER_BUCKET = None
     conf.S3_LOADER_ROOT_PATH = ''
     context = Context(config=conf)
     return _get_key(IMAGE_PATH, context)
Exemplo n.º 3
0
 def topic(self):
     conf = Config()
     conf.S3_LOADER_BUCKET = None
     conf.S3_LOADER_ROOT_PATH = ''
     return Context(config=conf)
Exemplo n.º 4
0
 def topic(self):
     conf = Config()
     conf.S3_LOADER_BUCKET = None
     conf.S3_LOADER_ROOT_PATH = ''
     return Context(config=conf)