cas: check file existence for large file (#375)

* git squash commit for find_missing_blobs.

f54e66960caec36dd0de0eb7277e9f758c98818f
cas: check file existence for large file

Zstd encoder seems reading some amount of file content before uploader
got response about existing file from byte stream client.
This avoids such unnecessary file read.

fd89f19850e2d62317eb8e9c95bd467ec53d9a14
withstack

* log
1 file changed
tree: 77f1b68c1e3619f266441e7a52f390e124aeda75
  1. .bazelci/
  2. .githooks/
  3. .github/
  4. external/
  5. go/
  6. .gitignore
  7. .golangci.yml
  8. AUTHORS
  9. BUILD.bazel
  10. check-gofmt.sh
  11. CONTRIBUTING.md
  12. CONTRIBUTORS
  13. go.mod
  14. go.sum
  15. LICENSE
  16. README.md
  17. remote-apis-sdks-deps.bzl
  18. setup-githooks.sh
  19. WORKSPACE
README.md

Remote Execution API SDKs

CI status: Build Status

PkgGoDev

This repository contains SDKs for the Remote Execution API.

See each language subdirectory's README.md for more specific instructions on using the SDK for that language.