Skip to content

Commit

Permalink
Revert "Use wrong access key for aws"
Browse files Browse the repository at this point in the history
This reverts commit 36d25be.
  • Loading branch information
KyleDolezal committed Jul 20, 2023
1 parent 36d25be commit e3830ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@

client = boto3.client(
's3',
# aws_access_key_id=ACCESS_KEY,
# aws_secret_access_key=SECRET_KEY
aws_access_key_id = "asdfdafsafds",
aws_secret_access_key = "asfdafds"
aws_access_key_id=ACCESS_KEY,
aws_secret_access_key=SECRET_KEY
)

print("Printing bucket objects:")
Expand Down

0 comments on commit e3830ac

Please sign in to comment.