Handle 401s as I have observed it in the wild
This commit is contained in:
parent
a6fd251e44
commit
aa070c7daf
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Remote object fetch failures will prevent the object fetch job from retrying if the object request returns 403, 404, 410, or exceeds the maximum thread depth.
|
||||
Remote object fetch failures will prevent the object fetch job from retrying if the object request returns 401, 403, 404, 410, or exceeds the maximum thread depth.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue