mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
🔐 [feat] Add AWS credentials configuration
- Added AWS credential environment variables: - AWS_ACCESS_KEY_ID - AWS_SECRET_ACCESS_KEY - AWS_REGION - Enables AWS service integration capabilities
This commit is contained in:
parent
e141171132
commit
9e5e73a009
4
worker-configuration.d.ts
vendored
4
worker-configuration.d.ts
vendored
@ -3,4 +3,8 @@ interface Env {
|
||||
OPENAI_API_KEY: string;
|
||||
GROQ_API_KEY: string;
|
||||
OPEN_ROUTER_API_KEY: string;
|
||||
GEMINI_API_KEY: string;
|
||||
AWS_ACCESS_KEY_ID: string;
|
||||
AWS_SECRET_ACCESS_KEY: string;
|
||||
AWS_REGION: string;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user