Skip to content

Commit

Permalink
NO-REF: Fix LOCProcess S3 Client (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 authored Nov 26, 2024
1 parent 76cced2 commit f97ca6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions processes/ingest/loc.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ def __init__(self, *args):
self.generateEngine()
self.createSession()

self.createS3Client()
self.s3_manager = S3Manager()
self.createS3Client()
self.s3_manager.createS3Client()
self.s3Bucket = os.environ['FILE_BUCKET']

self.fileQueue = os.environ['FILE_QUEUE']
Expand Down

0 comments on commit f97ca6f

Please sign in to comment.