### Describe the bug 上传图片(POST /upload?type=image)时,无论是否启用 S3 图床功能,都会返回 S3 图床未配置或配置不完整错误。 ### Reproduction 1. 进入后台设置,确保 S3 图床功能未开启 2. 在后台编辑器中上传图片 3. 接口返回 400 错误:S3 图床未配置或配置不完整 ### System Info ```Shell N/A ``` ### Validations - [x] Follow our [Code of Conduct](https://github.com/antfu/.github/blob/main/CODE_OF_CONDUCT.md) - [x] Read the [Contributing Guide](https://github.com/antfu/contribute). - [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. - [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. - [x] The provided reproduction is a [minimal reproducible](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Describe the bug
上传图片(POST /upload?type=image)时,无论是否启用 S3 图床功能,都会返回 S3 图床未配置或配置不完整错误。
Reproduction
System Info
Validations