DocHub/backend/tests
Tianyang 4c19fad561 refactor: replace Garage/S3 storage with local filesystem storage
Single-node deployment doesn't benefit from S3 abstraction overhead;
LocalFileClient keeps the same interface DocumentService depends on,
backed by a STORAGE_DIR volume mount instead of a separate Garage service.
2026-08-01 16:30:02 +08:00
..
test_config.py Fix wave 2: CORS default, path traversal, delete UI, shared clients, bucket check 2026-08-01 09:15:16 +08:00
test_document_service.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
test_local_file_client.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
test_main.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
test_routers_documents.py Fix wave 2: CORS default, path traversal, delete UI, shared clients, bucket check 2026-08-01 09:15:16 +08:00
test_routers_search.py refactor: rename all minio references to garage, drop minio SDK for boto3 2026-08-01 10:51:49 +08:00
test_search_client.py refactor: rename all minio references to garage, drop minio SDK for boto3 2026-08-01 10:51:49 +08:00
test_text_extract.py refactor: rename all minio references to garage, drop minio SDK for boto3 2026-08-01 10:51:49 +08:00