MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / BedrockConfig

Class BedrockConfig

crates/opencode-provider/src/bedrock.rs:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#[derive(Debug, Clone)]
14pub struct BedrockConfig {
15 pub region: String,
16 pub access_key_id: String,
17 pub secret_access_key: String,
18 pub session_token: Option<String>,
19 pub endpoint_url: Option<String>,
20}
21
22#[derive(Debug)]
23pub struct BedrockProvider {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected