-
Notifications
You must be signed in to change notification settings - Fork 85
*: replace storage.Create by storage.New, upgrade dumpling CI to go 1.16 #286
Conversation
/lgtm |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 7165478
|
/hold |
/unhold |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: b5c6bc4
|
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #287. |
In response to a cherrypick label: new pull request created: #288. |
What problem does this PR solve?
https://github.com/pingcap/br/issues/898
storage.Create
has been deprecated... so let's replace the remaining two calls from Dumpling.the entire cloud access happens within Lightning, so we don't need to send credentials to anyone
this introduced skipCheckPath=false.
What is changed and how it works?
storage.Create
tostorage.New
with sendCreds=false and skipCheckPath=true.Check List
Tests
Side effects
Related changes
Release note