amazon-transcribe-streaming-sdk
amazon-transcribe-streaming-sdk copied to clipboard
Authentication only works with temporary credentials.
The authentication works for temporary credentials as specified by AWS_ACCESS_KEY_ID,
AWS_SECRET_ACCESS_KEY
and optionally the AWS_SESSION_TOKEN
, optionally stored in .aws/credentials, as described in readme.md, but I can't get it to work with the auto-refreshing credentials. The auto-refresh credentials are in a .json file in a further sub-directory, not in the .aws/credentials file. Nothing in readme.md seems to mention this alternative, is it supported?