Allow AWS S3 Connection to Assume Role rather then requiring AccessKey/SecretKey
Currently the only way to authenticate to AWS S3 is to provide an AccessKey/SecretKey. From a security point of view this is not a best practice and we are required to rotate these every 6 months which requires changing the connection information in apps on a regular basis.
Supporting a method such as assuming a role would be much better. Link to doc below. This would allow the connector to assume a role when accessing the bucket and aligns better with our security best practice.
NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you only see 1 tab with the login page, please try clicking this link first: Authenticate me! then try the link above again. Ensure pop-up blocker is off.