put.setEntity(new ByteArrayEntity(value)); | put.setEntity(new ByteArrayEntity(ByteStreams.toByteArray(in))); | value | ByteStreams.toByteArray(value) | bazel | 28f3b617f91f1a9ee9714b26f10d928ee4e1f970 | com.google.devtools.build.lib.remote.blobstore.RestBlobStore | | | | - com.google.common.io.ByteStreams
| | Uses | True |