Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunnjpl committed May 3, 2024
1 parent 03a8819 commit 23140e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pds/registrysweepers/utils/db/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ def get_aws_auth() -> AWS4Auth:
region_name = os.environ.get("AWS_REGION", "us-west-2")
log.info(f"got aws credentials!")

return AWS4Auth(content["AccessKeyId"], content["SecretAccessKey"], region_name, "aoss", content["Token"])
return AWS4Auth(content["AccessKeyId"], content["SecretAccessKey"], region_name, "aoss")

0 comments on commit 23140e5

Please sign in to comment.