aws/credentials/stscreds
: Update StdinTokenProvider to prompt on stder (#2481)- Updates the
stscreds
package default MFA token provider,StdinTokenProvider
, to prompt onstderr
instead ofstdout
. This is to make it possible to redirect/pipe output when usingStdinTokenProvider
and still seeing the prompt text.
- Updates the