Skip to content

Commit

Permalink
added boto3 import
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaidu-nv committed Jul 31, 2024
1 parent 7544636 commit c69d896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def __init__(
self.use_s3 = use_s3

if self.use_s3:
import boto3
self.session = boto3.Session()
self.s3 = self.session.resource(
service_name="s3", endpoint_url=endpoint_url
Expand Down

0 comments on commit c69d896

Please sign in to comment.