We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对象存储问题排查指南
针对对象存储问题排查通过obdiag来集成
No response
The text was updated successfully, but these errors were encountered:
对象存储驱动层返回的错误码包括对象存储专有错误码和公共错误码,其中专有错误码包括-9003(OB_OSS_ERROR),-9060(OB_COS_ERROR),-9105(OB_S3_ERROR),所有因对象存储驱动或者网络请求失败导致的,且没有在OB内部细分的错误,会被转化成这三个错误码;公共错误码表示已经在OB内部细分转化的错误码。
Sorry, something went wrong.
No branches or pull requests
Describe your use case
对象存储问题排查指南
Describe the solution you'd like
针对对象存储问题排查通过obdiag来集成
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: