简体   繁体   English

AWS S3 - 尝试从 aws web 控制台访问时出现 400 错误; 在 AWS 主页的 devtools 中也出现很多错误

[英]AWS S3 - Getting 400 error when trying to access from aws web console; Also getting lots of errors in devtools at AWS home

just noticed this and am worried.刚刚注意到这一点,我很担心。 Looking for advice on the cause and possible solutions.寻求有关原因和可能的解决方案的建议。

  • S3 does not open on either sub-admin or root account. S3 不会在子管理员或根帐户上打开。 Getting 400 error.收到 400 错误。

    • haven't noticed any other resources that aren't loading.. I can access lambda, ddb, apigateway, etc. just fine.没有注意到任何其他未加载的资源。我可以访问 lambda、ddb、apigateway 等。就好了。
  • Not sure if it's related but I noticed a bunch of errors in dev tools console when I sign into AWS.不确定它是否相关,但当我登录 AWS 时,我注意到开发工具控制台中出现了一堆错误。 Not sure if those are normal as I've never taken notice before.. but thought it might be worth including.不确定这些是否正常,因为我以前从未注意过……但认为它可能值得包括在内。

Included screenshots of both below.包括以下两者的屏幕截图。

400 Error when attempting to access S3尝试访问 S3 时出现 400 错误

Errors in devtools at AWS home page AWS 主页上的 devtools 错误

Seems that the request your submitting has a header which is too large.您提交的请求似乎有一个太大的 header。 Have you tried using a different browser?您是否尝试过使用不同的浏览器?

If that works you may just need to clear the cache in the current.如果可行,您可能只需要清除当前的缓存。 Assuming it still happens let us know what you tried.假设它仍然发生,让我们知道您尝试了什么。

The error 413 means Request entity too large.错误 413 表示请求实体太大。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 尝试从 AWS Lambda 访问 S3 时访问被拒绝 - Access Denied when trying to access S3 from AWS Lambda 我收到多个错误:尝试在 aws s3 存储桶中上传文件时出现意外字段 - I am getting multer error : unexpected field when i was trying to upload files in aws s3 bucket AWS S3 MFA 从 web 控制台删除 - AWS S3 MFA delete from web console 尝试使用 preSignedUrl 将图像上传到 aws s3 存储桶时出现 400 错误请求错误。 出了什么问题? - I am getting 400 bad request error while trying to upload image to aws s3 bucket using preSignedUrl. What is going wrong? aws S3 400 错误请求 - aws S3 400 Bad Request Django AWS S3 - 400“错误请求”- 无法访问存储桶中的图像 - Django AWS S3 - 400 "Bad Request" - Can't access image from bucket aws ruby sdk S3 错误:`Aws::S3::Errors::AccessControlListNotSupported` - Error with aws ruby sdk S3: `Aws::S3::Errors::AccessControlListNotSupported` JupyterHub 访问 AWS S3 - JupyterHub access AWS S3 AWS Cloudformation Codecommit S3 400 异常 - AWS Cloudformation Codecommit S3 400 Exception 从 aws ELB hostcheck 获取 400 以在 awsvpc 网络模式下与 aws ECS 中的 django ALLOWED_HOSTS 一起工作? - Getting 400's from aws ELB hostcheck to work with django ALLOWED_HOSTS in aws ECS under awsvpc networking mode?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM