We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e58e1 commit bf4404bCopy full SHA for bf4404b
telemetry/definitions/commonDefinitions.json
@@ -1549,6 +1549,11 @@
1549
"type": "string",
1550
"description": "Metric-defined identifier"
1551
},
1552
+ {
1553
+ "name": "id2",
1554
+ "type": "string",
1555
+ "description": "x-amz-id-2 for S3 Upload Debugging"
1556
+ },
1557
{
1558
"name": "includesFix",
1559
"type": "boolean",
@@ -2486,6 +2491,10 @@
2486
2491
2487
2492
"type": "result",
2488
2493
"required": false
2494
2495
2496
+ "type": "id2",
2497
+ "required": false
2489
2498
}
2490
2499
]
2500
0 commit comments