fix(services): Update S3 credentials naming and add S3_ENDPOINT support for improved MinIO integration

This commit is contained in:
2025-08-15 11:05:50 +00:00
parent 4a53bc4abc
commit c205180991
4 changed files with 41 additions and 21 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-08-15 - 1.17.4 - fix(services)
Update S3 credentials naming and add S3_ENDPOINT support for improved MinIO integration
- Replaced S3_USER/S3_PASS with S3_ACCESSKEY/S3_SECRETKEY in ServiceConfiguration.
- Added S3_ENDPOINT field with default endpoint in ServiceConfiguration.
- Updated ServiceManager to use new credential names in container setup and logging.
- Introduced .claude/settings.local.json for permission settings.
## 2025-08-15 - 1.17.3 - fix(serviceconfig)
Update service configuration to include dynamic MongoDB connection string and add local permissions settings