Unverified Commit 62cce793 authored by Brian Downs's avatar Brian Downs Committed by GitHub

Merge pull request #3199 from briandowns/backport_3197_1.20

[Backport 1.20] - Resolve local retention issue when S3 in use.
parents 74c67115 1521e3b0
......@@ -844,8 +844,6 @@ func (e *ETCD) Snapshot(ctx context.Context, config *config.Control) error {
return errors.Wrap(err, "failed to apply s3 snapshot retention")
}
}
return nil
}
// check if we need to perform a retention check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment