Fix Bedrock config: add AWS_PROFILE to generated config, add .agents/skills to volume ownership fix
This commit is contained in:
+2
-1
@@ -48,7 +48,8 @@ EOF
|
||||
"provider": {
|
||||
"amazon-bedrock": {
|
||||
"options": {
|
||||
"region": "${AWS_REGION:-us-east-1}"
|
||||
"region": "${AWS_REGION:-us-east-1}",
|
||||
"profile": "${AWS_PROFILE:-default}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user