add missing x-amz-id-2 to event notification date (#16646)

This commit is contained in:
Harshavardhana
2023-02-20 02:11:47 -08:00
committed by GitHub
parent eebdd2b31d
commit b66d7dc708
6 changed files with 16 additions and 11 deletions

View File

@@ -242,6 +242,7 @@ func extractRespElements(w http.ResponseWriter) map[string]string {
}
return map[string]string{
"requestId": w.Header().Get(xhttp.AmzRequestID),
"nodeId": w.Header().Get(xhttp.AmzRequestNodeID),
"content-length": w.Header().Get(xhttp.ContentLength),
// Add more fields here.
}