Skip to content

Commit b004e9c

Browse files
Add artifacts for v6.1.5633
1 parent 982d631 commit b004e9c

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v6.1.4020
1+
v6.1.5633

schemas/site.schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3691,6 +3691,18 @@
36913691
"region": {
36923692
"description": "Region to use when configuring API clients. (Since the 'frontend' binary's container won't be able to pick this up from the host OS's environment variables.)",
36933693
"type": "string"
3694+
},
3695+
"authMethod": {
3696+
"description": "Optional: the authentication method to use. If not specified or 'AWS' specified, AWS request signing will be used. If 'direct' specified, the provided accessToken will be used as a bearer token to authenticate requests to the endpoint.",
3697+
"type": "string",
3698+
"enum": ["AWS", "direct"],
3699+
"default": "AWS"
3700+
},
3701+
"urlBuilder": {
3702+
"description": "Optional: the URL building method to use. If not specified or 'AWS' specified, region and model will be used to build the AWS Bedrock URL. If 'direct' specified, the provided endpoint will be used as the URL.",
3703+
"type": "string",
3704+
"enum": ["AWS", "direct"],
3705+
"default": "AWS"
36943706
}
36953707
}
36963708
},

0 commit comments

Comments
 (0)