Merged
Conversation
kennytm
reviewed
Dec 10, 2019
| string storage_class = 5; | ||
| // server side encryption | ||
| bool sse = 6; | ||
| string sse = 6; |
Contributor
There was a problem hiding this comment.
@overvenus does this 6 need to be changed to another tag?
Member
There was a problem hiding this comment.
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?
Contributor
Author
There was a problem hiding this comment.
It is a string instead of bool, please check detail here.
kennytm
approved these changes
Dec 10, 2019
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>
Contributor
Author
The kvproto for S3 is not updated in tikv/tikv#6186, I think @yiwu-arbug should update the kvproto for S3. |
Contributor
|
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SSE configures the server-side encryption algorithm used when storing this object in S3 and the type should be string.