use a single bucket rather than one per conversion
This commit is contained in:
@@ -138,6 +138,7 @@ Use `.env.example` as your baseline env configuration.
|
||||
- This project defaults to **SeaweedFS S3 API** for object transit in development and compose deployments.
|
||||
- The Python server uses the `minio` Python SDK, which is intentional because SeaweedFS is S3-compatible.
|
||||
- Runtime configuration uses `S3_*` environment variables.
|
||||
- All conversions share one bucket (`S3_BUCKET`, required). Each conversion's objects live under a `{conversion_id}/` key prefix (for example `{conversion_id}/input/source.pptx` and `{conversion_id}/output/slide-0001.jpg`).
|
||||
|
||||
## Conversion Tuning Notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user