Skip to content

Commit

Permalink
Docs for Egress storage fields (#530)
Browse files Browse the repository at this point in the history
* Docs for Egress storage fields

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
davidzhao and github-actions[bot] authored Nov 29, 2023
1 parent 61e6462 commit ff80e6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 11 additions & 9 deletions livekit/livekit_egress.pb.go

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

2 changes: 2 additions & 0 deletions livekit_egress.proto
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,12 @@ message S3Upload {
bool force_path_style = 6;
map<string, string> metadata = 7;
string tagging = 8;
// Content-Disposition header
string content_disposition = 9;
}

message GCPUpload {
// service account credentials serialized in JSON "credentials.json"
string credentials = 1;
string bucket = 2;
}
Expand Down

0 comments on commit ff80e6f

Please sign in to comment.