diff --git a/br/pkg/task/restore_log.go b/br/pkg/task/restore_log.go index 26a8bdae0add0..45486c4f8e577 100644 --- a/br/pkg/task/restore_log.go +++ b/br/pkg/task/restore_log.go @@ -121,7 +121,6 @@ func RunLogRestore(c context.Context, g glue.Glue, cfg *LogRestoreConfig) error opts := storage.ExternalStorageOptions{ NoCredentials: cfg.NoCreds, SendCredentials: cfg.SendCreds, - SkipCheckPath: cfg.SkipCheckPath, } if err = client.SetStorage(ctx, u, &opts); err != nil { return errors.Trace(err)