Skip to content

Commit

Permalink
convert to lower snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Vanbuskirk committed Feb 2, 2024
1 parent 7c1d956 commit bc67c1b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
72 changes: 36 additions & 36 deletions pkg/pb/credentialspb/credentials.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/credentials.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ message KeySecret {
message AWSSessionTokenSecret {
string key = 1 [(validate.rules).string.min_len = 1];
string secret = 2 [(validate.rules).string.min_len = 1];
string sessionToken = 3 [(validate.rules).string.min_len = 1];
string session_token = 3 [(validate.rules).string.min_len = 1];
}

message AWS {
Expand Down

0 comments on commit bc67c1b

Please sign in to comment.