-
Notifications
You must be signed in to change notification settings - Fork 28
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
Simplify bucket emptying mechanism #469
base: main
Are you sure you want to change the base?
Conversation
014b239
to
1d0bc33
Compare
@0x2b3bfa0 seems to be failing in GCP The bucket you tried to delete is not empty.", Details:[]interface (nil), Body:""error":"code":409,"message":"The bucket you tried to delete is not empty.","errors":["message":"The bucket you tried to delete is not empty.","domain":"global","reason":"conflict"]", Header:http.Header(nil), Errors:[]googleapi.ErrorItemgoogleapi.ErrorItemReason:"conflict", Message:"The bucket you tried to delete is not empty."*** |
Ditto: #471 (comment) |
Ok! but not should be working rclone here also? |
Follow-up of #420 and #453, closes #459
It turns out that #459 happened because when some resources are already missing,
t.Read()
fails and the emptying logic never runs. Still, needs extensive testing before merging.