dvc-gs
gs plugin for dvc
What it is and what it does
dvc-gs is a plugin that extends DVC (Data Version Control) to work with Google Cloud Storage as a remote data backend. Once installed, it allows you to store and retrieve versioned datasets and models directly in GCS buckets using DVC's standard remote commands, without needing to manage separate cloud storage APIs.
The plugin sits between DVC and gcsfs (the Google Cloud Storage filesystem library) and handles the protocol translation so that gs:// URLs work seamlessly in your DVC pipelines and remote configuration. It's part of the DVC ecosystem of storage plugins and is actively maintained by Iterative.
Use it for:
- Store DVC-tracked datasets in GCS for team collaboration and CI/CD pipelines.
- Use GCS as a remote cache to avoid re-downloading large model artifacts across machines.
- Integrate DVC workflows with Google Cloud Vertex AI or other GCP-native ML services.
- Version control and track ML experiment outputs stored in GCS buckets.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Enables DVC to read from and write to Google Cloud Storage by providing a gs:// remote backend plugin.
Yes, if you use DVC and need GCS as a remote backend. Low install friction, active maintenance, no known vulnerabilities, and permissive licensing make it a straightforward addition to a DVC-based workflow. Install only if you have a GCS bucket and DVC already in use.
Install
dvc-gs on PyPI
pip
pip install dvc-gsuv
uv add dvc-gspoetry
poetry add dvc-gsInstalling dvc-gs
Before you install
Low friction install with two runtime dependencies (dvc and gcsfs). Actively maintained with recent commits and Python 3.9–3.14 support.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions.
Quickstart
pip install dvc-gs
After installation, configure a DVC remote:
dvc remote add mygs gs://my-bucket/path
dvc remote default mygs
Requires dvc to be installed and a Google Cloud project with credentials configured (via GOOGLE_APPLICATION_CREDENTIALS or gcloud auth).
Verify before relying
- Whether the plugin handles authentication methods beyond service account keys (e.g., Application Default Credentials, workload identity).
- Performance characteristics and limits for large-scale data transfers to GCS.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — dvc, gcsfs |
| Maintenance | actively maintained — 66 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 468,115/month — #6,493 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dvc_gs-3.1.0-py3-none-any.whl
Keywords: dvc, gs
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
dvc-objectsProvides filesystem and object-database…
permissive · top 5,000 on PyPI
dvc-gdriveEnables DVC to store and retrieve data from…
permissive · top 15,000 on PyPI
dvc-s3Enables DVC to read from, write to, and manage…
permissive · top 5,000 on PyPI
dvc-httpEnables DVC to store and retrieve data over…
permissive · top 5,000 on PyPI
dvc-sshAdds SSH remote storage support to DVC,…
permissive · top 15,000 on PyPI
dvc-azureAdds Azure Blob Storage and Azure Data Lake…
permissive · top 15,000 on PyPI
blobfileProvides a unified Python file interface for…
permissive · top 5,000 on PyPI
dvcDVC is a command-line tool for versioning data…
permissive · top 5,000 on PyPI
snakemake-storage-plugin-gcsEnables Snakemake workflows to read from and…
permissive · top 15,000 on PyPI
dvc-dataProvides data storage and indexing abstractions…
permissive · top 5,000 on PyPI