skypilot-org/skypilot
Auf GitHub ansehen[GCP] Move from `gsutil cp/rsync` to `gcloud storage cp/rsync`
Open
#8.457 geöffnet am 30. Dez. 2025
good first issuegood starter issues
Repository-Metriken
- Stars
- (4.859 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 2T 23h) (146 gemergte PRs in 30 T)
Beschreibung
According to https://docs.cloud.google.com/storage/docs/working-with-big-data, gcloud storage cp is much faster due to optimizations in automatic parallelism. We can migrate the usage gsutil cp in https://github.com/skypilot-org/skypilot/blob/e6a41b121ae27c33e1815ecf316858752dcc9982/sky/data/storage.py#L2370.
I manually tried a few file downloads with gcloud storage cp, it easily saturates the 300MB/s throughput, i.e. it worth a try.