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