Optimize object browser for large listings on slow networks

This commit is contained in:
2026-02-05 22:56:00 +08:00
parent e0dee9db36
commit 0f750b9d89
3 changed files with 44 additions and 6 deletions

View File

@@ -711,6 +711,7 @@ def stream_bucket_objects(bucket_name: str):
headers={
'Cache-Control': 'no-cache',
'X-Accel-Buffering': 'no',
'X-Stream-Response': 'true',
}
)