From 97422f11ff0949e15a8f9433eaadad7adbbea5d9 Mon Sep 17 00:00:00 2001 From: Ana Scolari Date: Tue, 4 Feb 2025 11:37:34 -0800 Subject: [PATCH] adding two files with AWS secrets in separated files to a new branch --- aws_part1.py | 2 ++ aws_part2.py | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 aws_part1.py create mode 100644 aws_part2.py diff --git a/aws_part1.py b/aws_part1.py new file mode 100644 index 0000000..33e2223 --- /dev/null +++ b/aws_part1.py @@ -0,0 +1,2 @@ +# add AWS part 1 credentials here +aws_access_key_id = 'AKIAT4GVSAXXKIXDEHYL' \ No newline at end of file diff --git a/aws_part2.py b/aws_part2.py new file mode 100644 index 0000000..f7cbad4 --- /dev/null +++ b/aws_part2.py @@ -0,0 +1,2 @@ +# add part 2 AWS credentials here +aws_secret_access_key = '4xcAxBeQ22z9Rh7VVtYrla/0e92PWk+/YpKv2J2n' \ No newline at end of file