diff --git a/fedn/network/storage/s3/saasrepository.py b/fedn/network/storage/s3/saasrepository.py index 165c0d5d8..c93ccecb1 100644 --- a/fedn/network/storage/s3/saasrepository.py +++ b/fedn/network/storage/s3/saasrepository.py @@ -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")