Closed biz812 closed 10 months ago
I'm sorry, must have missed this PR. Looks good to me, thanks!
@biz812 some test in s3-client.spec.ts is failing because of the new config added. Could you adapt the test?
@biz812 some test in s3-client.spec.ts is failing because of the new config added. Could you adapt the test?
Oops, sorry about that. Test updated 👍
When your AWS config has a role arn configured like this:
Using the remote cache runner will result in this error:
Error: Profile developer requires a role to be assumed, but no role assumption callback was provided.
This can be remedied by adding the
roleAssumer
config value todefaultProvider
call.Adding this value is a no-op for configurations that do not use role assumption.