Is there an existing issue for this?
Describe the bug
In Aspire's app host project, the 'minio' resource was renamed to 's3', but the corresponding password parameter in appsettings.development.json was not updated accordingly, leading to configuration misbehavior.
Expected Behavior
The password parameter in appsettings.development.json should match the resource name 's3'.
Steps To Reproduce
Check the resource name in Aspire app host and the related parameter in appsettings.development.json.
Exceptions (if any)
No response
.NET Version
No response
Anything else?
See parent issue #11512 and PR #11513.