I've recently started using the aws-sdk-go package.
Walking through the instructions, my folder structure is as follows:
- bin/ , pkg/ (as always)
- src/
- app/main.go (code taken from the docs)
- github.com/aws
Now when I run go install
, and then execute the app.exe (using windows here),
I'm getting the following error:
panic: NoCredentialProviders: no valid providers in chain
Any ideas?