add missing x-amz-id-2 to event notification date (#16646)
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user