AWS S3 - How to fix 'The request signature we calculated does not match the signature' error?

后端 未结 30 2596
谎友^
谎友^ 2020-11-29 08:05

I have searched on the web for over two days now, and probably have looked through most of the online documented scenarios and workarounds, but nothing worked for me so far.

30条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 08:30

    In my case (python) it failed because I had these two lines of code in the file, inherited from an older code

    http.client.HTTPConnection._http_vsn = 10 http.client.HTTPConnection._http_vsn_str = 'HTTP/1.0'

提交回复
热议问题