Amazon web services – Connection to aws s3 client using roleArn giving error
I am trying to connect to my aws s3 client using roleArn instead of static secretKey and accessKey for the roleArn i created Trust relationships: { "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Principal": { "Service": "s3.amazonaws.com" },…