Skip to content
New issue

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

getObjectTagging报错NoSuchTagSet #162

Open
li-yuyu opened this issue Sep 11, 2024 · 1 comment
Open

getObjectTagging报错NoSuchTagSet #162

li-yuyu opened this issue Sep 11, 2024 · 1 comment

Comments

@li-yuyu
Copy link

li-yuyu commented Sep 11, 2024

查询对象标签在无标签的情况下会报错,查不到应该返回空不是报错吧
com.obs.services.exception.ObsException: Error message:Request Error.OBS service Error Message. -- ResponseCode: 404, ResponseStatus: Not Found, XML Error Message: NoSuchTagSetThe TagSet does not exist00000191DF13A30DCA062BA4ED5AB77AqzBE1rYIduYFO07VFlYdfwDAP18DlQ/7ZOXaLQwvseQqw6IMAUcVgRg8cW4YGOgx
at com.obs.services.internal.utils.ServiceUtils.changeFromServiceException(ServiceUtils.java:544)
at com.obs.services.AbstractClient.doActionWithResult(AbstractClient.java:403)
at com.obs.services.AbstractObjectClient.getObjectTagging(AbstractObjectClient.java:769)
at com.noahwm.noahwm_fs.manager.ObsManager.addTag(ObsManager.java:588)
... 32 more

@liqiuqiu111
Copy link

esdk的处理逻辑如此,服务端返回404,not found ,esdk不会再进行处理。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants