Skip to content

Commit

Permalink
test example should not be a bearer token
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Feb 11, 2025
1 parent a865ecd commit 9a03112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_s3_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9a03112

Please sign in to comment.