Add configurable rate limits for S3 API endpoints

This commit is contained in:
2026-01-25 20:15:38 +08:00
parent 87c7f1bc7d
commit 704f79dc44
5 changed files with 123 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
from __future__ import annotations
APP_VERSION = "0.2.3"
APP_VERSION = "0.2.4"
def get_version() -> str: