-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add support for compressed blob uploads #260
Comments
First update remote_execution.proto to v2.3 in #268 |
#281 adds support for reading the compressed blob resource names. Now we just need to handle the compressed blob. |
Might be nice if these were passed through GrpcStore and then if the CompressionStore were in use it could simply used the pre-compressed content? |
We can read the capabilities API in the GrpcStore, and if it supports compressed uploads/downloads use it? |
I'd like to work on this issue. cc: @allada |
Currently we only support compression on the transport, add support for compressed uploads:
The text was updated successfully, but these errors were encountered: