Hi everybody
Im using Nginx in front of radosgw and I generate the request id header on nginx can I pass the same value to radosgw and tell it use this header instead of generating a new one ?

nginx sample :

more_set_input_headers "x-amz-request-id: $txid"


Thanks