{ | |
"users": [ | |
{ | |
"name": "awsUser", | |
"type": "apiKey", | |
"config": { | |
"awsAccessKeyId": "your secret", | |
"awsSecretAccessKey": "your access key", | |
"awsDefaultRegion": "us-west-2" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment