Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
sametd authored and jameshawkes committed Sep 24, 2024
1 parent 3583150 commit 5a289fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polytope_server/common/staging/s3_staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def __init__(self, config):
self.internal_url = f"http://{self.host}:{self.port}"
self.use_ssl = config.get("use_ssl", False)
self.should_set_policy = config.get("should_set_policy", False)
#remove the protocol from the internal_url, both http and https can be removed

# remove the protocol from the internal_url, both http and https can be removed
endpoint = self.internal_url.split("://")[-1]

if access_key == "" or secret_key == "":
Expand Down

0 comments on commit 5a289fb

Please sign in to comment.