Esempio 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)
Esempio 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)
Esempio n. 3
0
 def topic(self):
     conf = Config()
     conf.S3_LOADER_BUCKET = None
     conf.S3_LOADER_ROOT_PATH = ''
     return Context(config=conf)
Esempio n. 4
0
 def topic(self):
     conf = Config()
     conf.S3_LOADER_BUCKET = None
     conf.S3_LOADER_ROOT_PATH = ''
     return Context(config=conf)