leopardslab / gocloud

☁️ Go API for open cloud
Apache License 2.0
119 stars 142 forks source link

Incorrect JSON format for storing AWS credentials in file #35

Closed shlokgilda closed 6 years ago

shlokgilda commented 6 years ago

The json format to store AWS credentials in the file is incorrect. The extra comma at the end of the collection results in an error.

image This is shown as incorrect format.

image This is shown as the correct format.