Mohamed Zenadi

Results 6 issues of Mohamed Zenadi

This will allow the user to create an `StsAssumeRoleSessionCredentialsProvider` using a profile provider using a new function `with_profile_provider()`. It solves the issues #1834 , #1758 and #1559. However, contrary to...

- If it fails to parse, it should open the editor again - if the failure is on aws side, should retry at least 3 times

https://github.com/zeapo/barberousse/blob/c5d3bbd41bca31cc7b7fb96fd2a737c52d78fe87/src/copy.rs#L66-L76

enhancement

The temp file should not be stored in `/tmp/` as this is not a good & secure practice when using a shared computer: https://github.com/zeapo/barberousse/blob/2f1f81c2abc3360c44778c0fb58411506577d7f3/src/edit.rs#L52-L55 An idea would be to use...

enhancement

This makes it possible to import the content of a file into a string; we use this to import code samples in yaml strings (openapi spec descriptions).