mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 09:08:02 +00:00
when using AWS for STT generate and use a session token
This commit is contained in:
@@ -491,7 +491,8 @@ module.exports = (logger) => {
|
||||
...(sttCredentials && {
|
||||
AWS_ACCESS_KEY_ID: sttCredentials.accessKeyId,
|
||||
AWS_SECRET_ACCESS_KEY: sttCredentials.secretAccessKey,
|
||||
AWS_REGION: sttCredentials.region
|
||||
AWS_REGION: sttCredentials.region,
|
||||
AWS_SESSION_TOKEN: sttCredentials.sessionToken
|
||||
}),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user