envs fixed

This commit is contained in:
Josh Burman
2021-11-03 17:18:02 +00:00
parent 10dbed501b
commit b005efbe2e
2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ class LoftService(Base):
logging.info('Retrieving attributes from message...')
# get s3 object
self.key = aws_helper.get_key_from_message(self.source)
s3_object = aws_helper.get_object(self.key, os.environ['SOLVER_INGEST_BUCKET'])
s3_object = aws_helper.get_object(self.key, os.environ['INGEST_BUCKET'])
# convert to tar
self.tar = tar_helper.raw_to_tar(s3_object)