AWS S3 console: An unexpected error occurred

前端 未结 4 1632
梦如初夏
梦如初夏 2021-02-18 12:46

I\'ve made an account at aws, created a bucket and upload some files. I\'ve set the bucket as an static web page and i can access to the files using the url, but now, when i get

相关标签:
4条回答
  • 2021-02-18 13:18

    In my case the problem was that I had configured my browser to only accept SSL connections which use strong cipher suites. Amazon, for some reason, only supports one cipher suite which SSL Labs doesn't label as WEAK: 0xc02f. If you enable that cipher suite and disable CORS-related browser extensions it should work.

    0 讨论(0)
  • 2021-02-18 13:20

    Yes it works if you diasble the cors origin plugin.

    0 讨论(0)
  • 2021-02-18 13:35

    I had the same problem, but after deactivating CORS plugin (on Chrome) it started to work again.

    0 讨论(0)
  • 2021-02-18 13:38

    I confirm that disabling the uBlock Origin plugin on Chrome fixes this issue. It also fixes other status issues such as the word 'error' under the 'access' column on the AWS S3 console page. Simply disable the plugin, refresh the page, and all is back to normal with the correct display status.

    With uBlock Origin activated

    After disabling uBlock Origin

    I have not tested this on Firefox, Opera or Safari.

    0 讨论(0)
提交回复
热议问题