Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions aws_part1.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# add AWS part 1 credentials here
aws_access_key_id = 'AKIAT4GVSAXXKIXDEHYL'
2 changes: 2 additions & 0 deletions aws_part2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# add part 2 AWS credentials here
aws_secret_access_key = '4xcAxBeQ22z9Rh7VVtYrla/0e92PWk+/YpKv2J2n'

Check notice

Code scanning / Bandit

Possible hardcoded password: '4xcAxBeQ22z9Rh7VVtYrla/0e92PWk+/YpKv2J2n' Note

Possible hardcoded password: '4xcAxBeQ22z9Rh7VVtYrla/0e92PWk+/YpKv2J2n'
Loading