Skip to content

Commit

Permalink
[S3 Upload] Add content disposition field (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
spennihana authored Nov 27, 2023
1 parent 1dda6d8 commit fd70665
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 518 deletions.
6 changes: 3 additions & 3 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ function version { echo "$@" | awk -F. '{ printf("%d%03d%03d%03d\n", $1,$2,$3,$4
if [ $(version $GO_VERSION) -ge $(version $GO_TARGET_VERSION) ];
then
go install github.com/twitchtv/twirp/[email protected]
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
go install github.com/livekit/psrpc/protoc-gen-psrpc@v0.3.1
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3
go install github.com/livekit/psrpc/protoc-gen-psrpc@v0.5.1
else
go get -u github.com/twitchtv/twirp/[email protected]
go get -u google.golang.org/protobuf/cmd/[email protected]
Expand Down
Loading

0 comments on commit fd70665

Please sign in to comment.