awslabs / amazon-transcribe-streaming-sdk

The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.
Apache License 2.0
142 stars 37 forks source link

Clarify auth configurations in README #12

Closed yuvadm closed 3 years ago

yuvadm commented 3 years ago

It's not immediately obvious how to setup the auth credentials, so added a succinct clarification on the various options within the README.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

codecov-io commented 3 years ago

Codecov Report

Merging #12 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #12   +/-   ##
========================================
  Coverage    88.78%   88.78%           
========================================
  Files           33       33           
  Lines         1855     1855           
========================================
  Hits          1647     1647           
  Misses         208      208           
Flag Coverage Δ
#unittests 88.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4b5742c...50712fa. Read the comment docs.

codecov-commenter commented 3 years ago

Codecov Report

Merging #12 (553e720) into develop (ee36395) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #12   +/-   ##
========================================
  Coverage    88.67%   88.67%           
========================================
  Files           34       34           
  Lines         1907     1907           
========================================
  Hits          1691     1691           
  Misses         216      216           
Flag Coverage Δ
unittests 88.67% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ee36395...553e720. Read the comment docs.

joguSD commented 3 years ago

Thank you for the PR!