Skip to content

Commit

Permalink
remove SkipCheckPath for log restore
Browse files Browse the repository at this point in the history
  • Loading branch information
glorv committed Dec 15, 2021
1 parent b8d30b2 commit 457b0ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion br/pkg/task/restore_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 457b0ef

Please sign in to comment.