You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add AWS_SESSION_TOKEN into aws.Config to allow using temporary credentials (#154)
* Add AWS_SESSION_TOKEN to allow using temp credentials
Currently, using temp credentials is only possible via environment.
If one requires to configure the client in code, there is no way
to specify session token.
* Update NewPublisher to make use of session token
Subscriber constructor was modified to make use of newly added
SessionToken field in the config.
The publisher was missed out. Fixing this injustice...
0 commit comments