Skip to content

Commit

Permalink
backup: update sse to string (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZhangQD authored and overvenus committed Dec 10, 2019
1 parent 66bbae9 commit 9b94dc5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 34 deletions.
72 changes: 39 additions & 33 deletions pkg/backup/backup.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/backup.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ message S3 {
string prefix = 4;
string storage_class = 5;
// server side encryption
bool sse = 6;
string sse = 6;
string acl = 7;
string access_key = 8;
string secret_access_key = 9;
Expand Down

0 comments on commit 9b94dc5

Please sign in to comment.