Skip to content

Commit

Permalink
set secure mode
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhellander committed Feb 7, 2025
1 parent 9d3e206 commit 220fc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/network/storage/s3/saasrepository.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, config):
f"{storage_hostname}:{storage_port}",
access_key=access_key,
secret_key=secret_key,
secure=storage_secure_mode,
secure=True,
http_client=manager,
)
# else:
Expand Down

0 comments on commit 220fc99

Please sign in to comment.