Armen Kaleshian

Results 14 comments of Armen Kaleshian

> Can you please post screenshots of the debug output from this change? - @ashmaroli Attached! ![2019-11-18_14:35:08](https://user-images.githubusercontent.com/411916/69083728-b6273a00-0a10-11ea-9736-3d1f83b5de35.png)

@ashmaroli - I'm happy to make the changes you mentioned. With regard to noisy verbose output, isn't verbosity verbose by design? Without this logic, resolving issues (as I did) would...

> Perhaps you can use a `private` helper to iterate through the list of posts and log each post to the debug output.. How is this different than using the...

Understood! I'll update my branch with the changes.

@ashmaroli Absolutely! I noticed earlier this week that the original commits were well behind the existing mainline, so this last commit was to bring it up to par. I'll take...

@stevemac007, the tests are failing due to a missing GITHUB_TOKEN in the step config (https://github.com/cevoaustralia/aws-google-auth/runs/7348538918?check_suite_focus=true#step:6:243) which is fixed in a previous PR #262.

Submitted PR #127 for this issue. Happy to make changes or further additions!

@Renjie-d1g1t, I successfully tested aws-google-auth on Windows using the following: **Note:** I installed Python to c:\python310 using [Chocolatey](https://chocolatey.org/) 1. From within c:\Python310, execute: ```.\python.exe -m pip install aws-google-auth``` which will...

@thekix, looks like that will resolve the issue. I'm happy to help in bringing the linked patch to this repository if requested.

@DirtyF @ashmaroli - When you have a chance, could you take a look at this PR?