mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-18 10:03:45 +03:00
12 lines
No EOL
274 B
Markdown
12 lines
No EOL
274 B
Markdown
# File Storage Service Context
|
|
|
|
## Storage
|
|
- Self-hosted S3 (MinIO)
|
|
- Presigned PUT or multipart upload
|
|
- Store metadata in attachments table
|
|
|
|
## Rules
|
|
- Max 25MB per file
|
|
- Max 350MB per request
|
|
- Immutable after status change
|
|
- Download via presigned GET or proxy endpoint |