Closed H4kim closed 1 year ago
[SOLVER]
after checking the lib code, i found the options headers
that can be added the the sign options
var opts = {
....
region: "us-east-1",
headers: {
"x-custm-1": "value",
"x-custm-2": "value"
}
};
Is it possible to add custom signed headers ? i checked the docs and the code but i can't find anything!
an example: