Merge pull request #3197 from briandowns/issue-3178

Resolve local retention issue when S3 in use.
This commit is contained in:
Brian Downs 2021-04-14 11:55:52 -07:00 committed by GitHub
commit e47c1401d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 errors.Wrap(err, "failed to apply s3 snapshot retention")
} }
} }
return nil
} }
// check if we need to perform a retention check // check if we need to perform a retention check