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
I've added an if/else clause to support connecting with tokens, this allows s3-parallel-put to work with AWS setups using Okta IDP, which supports authentication only via ephemeral token auth. If no session token variable is present, it will create the connection with the id/secret credentials as usual.
Hi @mishudark ,
I've added an if/else clause to support connecting with tokens, this allows s3-parallel-put to work with AWS setups using Okta IDP, which supports authentication only via ephemeral token auth. If no session token variable is present, it will create the connection with the id/secret credentials as usual.
PR here: #55
The text was updated successfully, but these errors were encountered: