Skip to content

Commit

Permalink
Update data_ingestion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedansh1857 authored Mar 8, 2024
1 parent a354ec1 commit 9ae3d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mlProject/components/data_ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def get_file(self):
s3 = boto3.resource(
service_name='s3',
region_name='us-east-1',
aws_access_key_id = 'AKIAU473WEHAZP5Q63UT',
aws_secret_access_key = '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'
aws_access_key_id = '',
aws_secret_access_key = ''
)
for obj in s3.Bucket('vedanshaws').objects.all():
filename = obj.key
Expand Down

0 comments on commit 9ae3d35

Please sign in to comment.