fullstorydev / grpcui

An interactive web UI for gRPC, along the lines of postman
MIT License
5.25k stars 388 forks source link

Is there an option for protoset file placed in s3 bucket? If yes, how to setup the path? #155

Closed andyspb closed 2 years ago

jhump commented 2 years ago

There is no such option in the binary. Most likely, your script would need to use another command-line tool to copy the proto set to local filesystem. Although there may be other solutions, like involving FUSE or something else clever, that lets you mount S3 buckets as if they were normal files and folders on the local file system...