Skip to content

Commit

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

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

print("Printing bucket objects:")
Expand Down

0 comments on commit 36d25be

Please sign in to comment.