Skip to content

Commit 52517ce

Browse files
committed
added json template for tutorial
1 parent 950d000 commit 52517ce

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"stage_in": {
3+
"stac_json": "https://raw.githubusercontent.com/unity-sds/unity-tutorial-application/main/test/stage_in/stage_in_results.json",
4+
"downloading_roles": "",
5+
"downloading_keys": "data",
6+
"download_type": "HTTP",
7+
"edl_username": "None",
8+
"edl_password_type": "",
9+
"edl_password": "",
10+
"unity_client_id": "",
11+
"unity_stac_auth": "NONE"
12+
},
13+
"parameters": {
14+
"output_collection": "urn:nasa:unity:<PROJECT>:<VENUE>:unity-tutorial___1",
15+
"summary_table_filename": "summary_table.txt"
16+
},
17+
"stage_out": {
18+
"staging_bucket": "<PROJECT>-<VENUE>-unity-data",
19+
"collection_id": "urn:nasa:unity:<PROJECT>:<VENUE>:unity-tutorial___1",
20+
"result_path_prefix": "stage_out"
21+
}
22+
}

0 commit comments

Comments
 (0)