-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[S3 Upload] Add content disposition field (#525)
- Loading branch information
1 parent
1dda6d8
commit fd70665
Showing
4 changed files
with
532 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
Oops, something went wrong.