Byron Batteson

Results 3 comments of Byron Batteson

Thanks for raising this issue. The general format of config under the `~/.aws/credentials` file is as follows: ```sh [default] aws_access_key_id= aws_secret_access_key= aws_session_token= ``` A closed issue for the AWS CLI...

Hi @rbcaixeta We have just released v2.0.2 of the shell which adds support for the `credential_process` property. There is a newer open issue on the AWS CLI repository which is...

I'd like to pick this up. I have a partially implemented proof-of-concept on [my fork](https://github.com/battesonb/turmoil/tree/fs) from some tinkering this weekend using an in-memory virtual file system. I see a few...