UNCLASSIFIED

Commit 2f7a04c7 authored by Tyler Rarick's avatar Tyler Rarick
Browse files

Fixed formatting of download.json

parent 71886703
{ "resources": {
[ "resources": [
{ {
"url" : "s3://beast-code.core/beast-core.tar.gz", "url" : "s3://beast-code.core/beast-core.tar.gz",
"filename": "beast-core.tar.gz", "filename": "beast-core.tar.gz",
"validation": "validation": {
{ "type": "sha256",
"type": "sha256", "value": "b3c9d94e3950f00547a316b5f7bf02e5a6afcb6690efb31fd9d748c201fa10d4"
"value": "b3c9d94e3950f00547a316b5f7bf02e5a6afcb6690efb31fd9d748c201fa10d4" },
}, "auth": {
"auth": "id": "beast",
{ "region": "us-east-2"
"id": "beast", }
"region": "us-east-2"
}
}, },
{ {
"url" : "s3://beast-code.core/dumb-init", "url" : "s3://beast-code.core/dumb-init",
"filename": "dumb-init", "filename": "dumb-init",
"validation": "validation": {
{ "type": "sha256",
"type": "sha256", "value": "37f2c1f0372a45554f1b89924fbb134fc24c3756efaedf11e07f599494e0eff9"
"value": "37f2c1f0372a45554f1b89924fbb134fc24c3756efaedf11e07f599494e0eff9" },
}, "auth": {
"auth": "id": "beast",
{ "region": "us-east-2"
"id": "beast", }
"region": "us-east-2"
}
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment