-
Notifications
You must be signed in to change notification settings - Fork 13
rdslogs doesn't respect AWS_DEFAULT_PROFILE
environment variable
#9
Comments
Nor, |
Having mis-read some accidental strikethrough in the README as deliberate (honeycombio#9), I now feel compelled to ESCAPE ALL THE THINGS. Also: * Linked to the documentation on where to find the binary packages, as I initially couldn't find them * Tweaked a few links to Honeycomb based on whether they seemed to be referring to the service or to the web site * Verified the last block of `--help` output is still correct (yep!) * Added language identifiers to the GFM fenced code blocks that didn't have them, as some renderers were guessing differently between the first two examples I couldn't figure out whether Ben intended to keep the command line session extract below the Usage heading or make it more texty, and chose to double down on the former.
6a878be on macOS 10.13.4:
Perhaps I'm running into aws/aws-sdk-go#1019, which is a pity because its maintainers seem to have decided the mismatch between the Go SDK and other language SDKs is not a bug and, given the age, not urgent. Perhaps it's back-pressure from the combination of Go's dependency management challenges and the idea that matching the other SDKs would be a breaking change, in particular for |
We’re going to close this for now. Feel free to re-open if it’s still relevant. |
I have separate profiles, and as it happens for my configuration the default profile didn't have useful credentials. I have the
AWS_DEFAULT_PROFILE
environment variable set normally, but that wasn't getting passed along when I ranrdslogs
.The text was updated successfully, but these errors were encountered: