Skip to content

backup: update sse to string#510

Merged
overvenus merged 1 commit intopingcap:masterfrom
DanielZhangQD:sse
Dec 10, 2019
Merged

backup: update sse to string#510
overvenus merged 1 commit intopingcap:masterfrom
DanielZhangQD:sse

Conversation

@DanielZhangQD
Copy link
Contributor

SSE configures the server-side encryption algorithm used when storing this object in S3 and the type should be string.

@claassistantio
Copy link

claassistantio commented Dec 10, 2019

CLA assistant check
All committers have signed the CLA.

string storage_class = 5;
// server side encryption
bool sse = 6;
string sse = 6;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@overvenus does this 6 need to be changed to another tag?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's okay to keep 6 since the new S3 is not used yet. BTW, why does it need to be changed to string?

Copy link
Contributor Author

@DanielZhangQD DanielZhangQD Dec 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a string instead of bool, please check detail here.

Copy link
Contributor

@kennytm kennytm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. (Someone please send a PR to tikv master to update kvproto again after this is merged)

Copy link
Member

@overvenus overvenus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@overvenus overvenus merged commit 9b94dc5 into pingcap:master Dec 10, 2019
@DanielZhangQD DanielZhangQD deleted the sse branch December 10, 2019 03:35
kennytm added a commit that referenced this pull request Dec 10, 2019
Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
Co-authored-by: Tennix <tennix@users.noreply.github.com>
Signed-off-by: kennytm <kennytm@gmail.com>
kennytm added a commit that referenced this pull request Dec 10, 2019
Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
Co-authored-by: Tennix <tennix@users.noreply.github.com>
Signed-off-by: kennytm <kennytm@gmail.com>
@DanielZhangQD
Copy link
Contributor Author

LGTM. (Someone please send a PR to tikv master to update kvproto again after this is merged)

The kvproto for S3 is not updated in tikv/tikv#6186, I think @yiwu-arbug should update the kvproto for S3.

@kennytm
Copy link
Contributor

kennytm commented Dec 10, 2019

Yes, tikv/tikv#6186 was merged before this PR, so a separated PR is need to update kvproto on TiKV master again. No need to cherry-pick to TiKV 3.1 though, I've included this in tikv/tikv#6207 already.

daimashusheng pushed a commit to daimashusheng/kvproto that referenced this pull request Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants