From bbe8bf31e6fdc6b9285c159a90293bd878f7a210 Mon Sep 17 00:00:00 2001 From: Ana Scolari <127357173+apsscolari@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:34:56 -0800 Subject: [PATCH] Update test.py --- test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.py b/test.py index 69dda6c..be1b8c6 100644 --- a/test.py +++ b/test.py @@ -8,6 +8,9 @@ google_api_token = "AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q" +# fake AWS key for testing, adding the pair on two separated files +aws_access_key_id = AKIAT4GVSAXXJMW2S4FF + # main if __name__ == '__main__':