Closed sleepdeprecation closed 6 years ago
@wolfeidau any thoughts? Is this good to go?
The test failures are because the upstream AWS SDK changed an interface, and the mock no longer fulfills the interface, unrelated to this code.
Heya this is an interesting idea.
I need to do a release to bump and vendor upstream deps so I will do that in the next couple of days, then we can compare notes on this.
be good to update the usage with this PR too. Can confirm the build passes with #78 in as well. https://travis-ci.org/flippa/unicreds/builds/338795559
Also, should this respect the region set in the profile?
$ cat ~/.aws/config
[default]
region = us-east-1
$ unicreds list
⨯ failed error=MissingRegion: could not find region configuration
@afirth new commit now respects the region set in the profile. Working on usage docs.
Usage documentation updated to include using AWS_*
env variables and respecting the credentials/config documentation.
If you rebase master I have merged the PR #78 and i will merge.
Rebased against master, waiting for CI.
Hi, I'd be really interested in this, any word on when it will be merged? Thanks Joseph
Similar to #65 and #70, this change allows users to use standard AWS command line flags with unicreds, and have the application read from
~/.aws/config
, so that configured profiles are available.Allows
to be replaced with
Assuming that
role_profile
is configured in~/.aws/config
with