Skip to content

Commit

Permalink
Correcting error on env variable for secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Frau committed Jul 17, 2019
1 parent 9aa2801 commit 60c88e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ There is a new permission required to use streaming transcription, StartStreamTr
To generate an executable jar, use the following commands:
```bash
export AWS_ACCESS_KEY_ID=<your access key>
export AWS_SECRET_KEY=<your secret key>
export AWS_SECRET_ACCESS_KEY=<your secret key>
export AWS_REGION=us-west-2
mvn clean package
java -jar target/aws-transcribe-sample-application-1.0-SNAPSHOT-jar-with-dependencies.jar
Expand Down

0 comments on commit 60c88e6

Please sign in to comment.