AWS S3 console: An unexpected error occurred

二次信任 提交于 2021-02-18 08:57:09

问题


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 into the AWS console and into the S3 service i can't see my bucket, all I see is a message saying "An unexpected error occurred".

Any suggestions? I've got no bills pendings.

Thanks in advance!


回答1:


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




回答2:


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.




回答3:


Yes it works if you diasble the cors origin plugin.




回答4:


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.



来源:https://stackoverflow.com/questions/48807242/aws-s3-console-an-unexpected-error-occurred

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!