Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APIs with grpc-gateway (S3,WebDav) #709

Closed
moscicki opened this issue Jul 27, 2018 · 1 comment
Closed

APIs with grpc-gateway (S3,WebDav) #709

moscicki opened this issue Jul 27, 2018 · 1 comment

Comments

@moscicki
Copy link

[please point me to a better place for such questions if not here]

I am looking into having S3-compatible and WebDav-compatible gateways connecting to grpc upstream services. Would it make sense to try to use grpc-gateway for that? Is there an existing project doing that?

@achew22
Copy link
Collaborator

achew22 commented Jul 27, 2018

@moscicki, maybe you could elaborate a bit on your question a bit. gRPC is not a file storage protocol, it is a set of tools for creating a protocol. If you want to build a file transfer protocol on top of gRPC that would be an interesting effort, but probably beyond the scope of this repo. WRT being S3 or WebDAV compatible, I took a cursory glance at the protocol expectations of S3 and WebDAV and it doesn't look like it will be easy to shoe-horn into grpc-gateway. If you decide to advance down this path, feel free to comment into this issue to point to your repo, I'd love to see what you end up building. I'm going to close this but if you have more questions feel free to reopen it, comment on it still, or open another issue

@achew22 achew22 closed this as completed Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants