Skip to content

Commit

Permalink
Init buckets fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhellander committed Feb 7, 2025
1 parent 97e4719 commit 33e3548
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 @@ -20,7 +20,7 @@ def __init__(self, config):
:param config: Dictionary containing configuration for credentials and bucket names.
:type config: dict
"""
super().__init__(init_buckets=False)
super().__init__()
self.name = "SAASRepository"
self.project_slug = os.environ.get("FEDN_JWT_CUSTOM_CLAIM_VALUE")

Expand Down

0 comments on commit 33e3548

Please sign in to comment.