This commit is contained in:
2026-05-04 19:05:40 +02:00
parent 3ecf0a1b6b
commit c0c3c37963
13 changed files with 134 additions and 48 deletions
+1 -1
View File
@@ -27,8 +27,8 @@ class ReductStoreBase(ABC):
self.bucket: Bucket = asyncio.run(self.create_bucket())
logger.info(f"==== {url} token:{api_token}")
async def create_bucket(self):
settings = BucketSettings(
quota_type=self.quota_type,
quota_size=self.quota_size,