How to use AWS_SHARED_CREDENTIALS_FILE credentials in ts3connection component in 7.1.1
We need to read AWS s3 file so using ts3connection for creating connection with AWS by Access key and Secret key but now we are going to use SSM agent and will use AWS_SHARED_CREDENTIALS_FILE credential for accessing , but in this scenario we are getting Access key , Secret key along with session token.
So how can we connect with these credentials ?
As in ts3connetion component ,we have only Access key and Secret key option there.