upstream s3 ListBackups bug fix for vtbackup_cleaner#6732
upstream s3 ListBackups bug fix for vtbackup_cleaner#6732deepthi merged 1 commit intovitessio:masterfrom
Conversation
deepthi
left a comment
There was a problem hiding this comment.
welcome to vitess @y00j!
Can you squash all the commits into one? By default we don't squash-merge in vitess.
Did you check whether any of the other backup storage implementations have the same problem? We should fix them also if needed. There are 3 others: file, gcs, ceph.
Signed-off-by: Yujie Zhu <yujiezhu718@gmail.com>
d10ffcd to
2123ea6
Compare
Thanks @deepthi ! So I squashed all of the commits. I do have plans to check and fix the other backups implementations but I was hoping to do so in another PR. The first pass for vtbackup_cleaner was to deploy it to staging with only the ability to clean backups in s3, so this the only upstream change needed in Vitess. After functionality with s3 has been validated, we would then do the other backup implementations. |
Updates the s3 ListAllBackups() function to to work from the root directory
Signed-off-by: Yujie Zhu yujiezhu718@gmail.com