Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backup: add GCS proto #514

Merged
merged 6 commits into from
Dec 11, 2019
Merged

backup: add GCS proto #514

merged 6 commits into from
Dec 11, 2019

Conversation

SunRunAway
Copy link
Contributor

@SunRunAway SunRunAway commented Dec 10, 2019

part of pingcap/br#89

GCS Support (1800 points)

Extend backup protobuf to support GCS

@claassistantio
Copy link

claassistantio commented Dec 10, 2019

CLA assistant check
All committers have signed the CLA.

proto/backup.proto Show resolved Hide resolved
// }
// }
// ]`
string acl_json = 5;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is object ACL, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated, with comments.

proto/backup.proto Show resolved Hide resolved
proto/backup.proto Show resolved Hide resolved
string bucket = 2;
string prefix = 3;
string storage_class = 4;
// acl json: like `[
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 this is a serialized json string. It doesn't have to be the format below. So I suggest modifying the comment. And also it's better to add a documentation link to these two fields since many people not knowing this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated.

Copy link
Member

@tennix tennix left a comment

Choose a reason for hiding this comment

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

LGTM

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

@SunRunAway SunRunAway merged commit 7055011 into pingcap:master Dec 11, 2019
SunRunAway added a commit to SunRunAway/kvproto that referenced this pull request Dec 12, 2019
kennytm pushed a commit that referenced this pull request Dec 12, 2019
* backup: add GCS proto (#514)

* make rust
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.

None yet

5 participants