예제 #1
0
 def topic(self):
     conf = Config()
     conf.TC_AWS_LOADER_BUCKET = None
     conf.TC_AWS_LOADER_ROOT_PATH = ''
     context = Context(config=conf)
     return _get_key(IMAGE_PATH, context)
예제 #2
0
파일: loader_vows.py 프로젝트: NZME/aws
 def topic(self):
     conf = Config()
     conf.TC_AWS_LOADER_BUCKET = None
     conf.TC_AWS_LOADER_ROOT_PATH = ''
     context = Context(config=conf)
     return _get_key(IMAGE_PATH, context)
예제 #3
0
 def topic(self):
     conf = Config()
     conf.TC_AWS_LOADER_BUCKET = None
     conf.TC_AWS_LOADER_ROOT_PATH = ''
     return Context(config=conf)
예제 #4
0
파일: loader_vows.py 프로젝트: NZME/aws
 def topic(self):
     conf = Config()
     conf.TC_AWS_LOADER_BUCKET = None
     conf.TC_AWS_LOADER_ROOT_PATH = ''
     return Context(config=conf)