From 9a03112bb5931f53894c82725d227e85074bb1da Mon Sep 17 00:00:00 2001 From: Pauline Ribeyre <4224001+paulineribeyre@users.noreply.github.com> Date: Tue, 11 Feb 2025 14:56:06 -0600 Subject: [PATCH] test example should not be a bearer token --- tests/test_s3_endpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_s3_endpoint.py b/tests/test_s3_endpoint.py index 9035a63..72f1296 100644 --- a/tests/test_s3_endpoint.py +++ b/tests/test_s3_endpoint.py @@ -15,7 +15,7 @@ def s3_client(client): session = boto3.session.Session() return session.client( service_name="s3", - aws_access_key_id="bearer 123", + aws_access_key_id="123", aws_secret_access_key="N/A", endpoint_url=f"{client}/s3", # no retries; only try each call once: