Zhendong Qi
Zhendong Qi
> Where are the APISIX related configurations? Please also show them. APISIX all configs are ``` curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d ' { "upstream": { "nodes": {...
relation issue https://github.com/apache/apisix/issues/4803
If remove apisix proxy, directly using the MinIO endpoints with signature V4 on s3cmd client which can work.
> How does s3cmd calculate the signature V4? Is it calculated from the headers? If it is, we can dump the header sent by the client and the header sent...
The the way, This issue is nothing to with mirror proxy plugin.
This issue is import for me, but not urgent.
> Based on your description, I think that some of the parameters involved in the signature calculation were updated after the request went through the APISIX proxy. > > Is...
> > > How does s3cmd calculate the signature V4? Is it calculated from the headers? If it is, we can dump the header sent by the client and the...
> hi @zhendongcmss we need test cases to cover this. will update
> I'm curious about the trigger condition because priority is set as a default in the JSON schema. see: > > https://github.com/apache/apisix/blob/e56d23950ff18f7656a605ad80b5c9a2576d3c01/apisix/schema_def.lua#L331-L335 I know that. But, Somtimes, we develop a...