tree: a90625ccdafba6d27eebab57ffbf9aa5ce75f091 [path history] [tgz]
  1. src/
  2. test/
  3. BUILD.gn
  4. OWNERS
  5. README.md
src/lib/gcs/README.md

Google Cloud Storage library

The GCS library provides download support for data from Google Cloud Storage.

Development

When working on GCS lib, consider using:

$ fx set [...] --with-host //src/lib/gcs:tests

Unit Tests

Unit tests can be run with:

$ fx test gcs_lib_test

There is an interactive test executable in the “test” sub-directory. It can be run with:

$ out/default/host_x64/gcs_test_client

(Replace “out/default” with your local build directory).