Spaces:
Runtime error
Runtime error
| """ | |
| Documents and images storage module. | |
| Provides unified S3-compatible storage via MinIO for all SCM domain documents: | |
| - Purchase Orders (PO), Goods Receipt Notes (GRN) | |
| - Inventory exports and adjustments | |
| - Dispatch notes and returns documentation | |
| - Promotional materials | |
| - Merchant and user profiles | |
| Features: | |
| - Presigned URLs for secure upload/download | |
| - Soft-delete with legal hold support | |
| - RBAC enforcement by domain | |
| - Deduplication via checksum | |
| - Optional Redis caching | |
| - Tenant isolation | |
| """ | |
| from app.documents.controllers import router | |
| __all__ = ["router"] | |