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