Skip to content

Instantly share code, notes, and snippets.

@miki79
Last active March 25, 2019 18:33
Show Gist options
  • Save miki79/3dda601dc74fe73b1d8fd0c400a8dfe0 to your computer and use it in GitHub Desktop.
Save miki79/3dda601dc74fe73b1d8fd0c400a8dfe0 to your computer and use it in GitHub Desktop.
{
"ping": {
"aws": {
"regions": [
"us-east-2"
],
"services": [
{
"name": "dynamoDB",
"hostname": "dynamodb.#REPLACE#.amazonaws.com"
},
{
"name": "s3",
"hostname": "s3.#REPLACE#.amazonaws.com"
}
]
}
},
"speed": {
"aws": {
"url": "intercloudspeed-#REPLACE#.s3.#REPLACE#.amazonaws.com/test.file",
"regions": [
"us-east-1"
]
},
"gcp": {
"url": "storage.googleapis.com/intercloudspeed-#REPLACE#/test.file",
"regions": [
"europe-west1"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment