cos-dkms: Remove unnecessary gcs-bucket-prefix

Instead of separately specifying the --gcs-bucket-prefix option, we can
just parse the GCS path from the --gcs-bucket option. This is more
consistent with normal bucket usage.

BUG=b/349400483
TEST=presubmit

Change-Id: I6d3462931a670293c0631a9813edbfcbace4183f
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/86201
Tested-by: Kevin Berry <kpberry@google.com>
Reviewed-by: Oleksandr Tymoshenko <ovt@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
3 files changed
tree: 02244757c444cd0f1037f413dd0d9d5067ca2e88
  1. coverage/
  2. release/
  3. src/
  4. testing/
  5. .gitignore
  6. BUILD.bazel
  7. cloudbuild.yaml
  8. CONTRIBUTING.md
  9. deps.bzl
  10. go.mod
  11. go.sum
  12. LICENSE
  13. postsubmit-cloudbuild.yaml
  14. README.md
  15. run_tests.sh
  16. run_unit_tests.sh
  17. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.