Lindsay

Results 3 comments of Lindsay

I do get the same error. Also, I have verified that the script I have for "credential_process" (`/usr/local/bin/getcreds`) does work if run on its own outside the context of the...

IMO, it's not "correct" if it doesn't find new creds for you if the ones you have don't work. That's what `credential_process` is for. But I tested that it doesn't...

As for the `getcreds` question, it does the following: starts a daemon that updates the `~/.aws/credentials` file, sleep(5) to give the daemon time to update the first time, pull the...