maorfr / skbn

Copy files and directories between Kubernetes and cloud storage
Apache License 2.0
66 stars 36 forks source link

[bug] Incorrect scheme used for google cloud storage #5

Open ls-devon-hakel-kinko opened 4 years ago

ls-devon-hakel-kinko commented 4 years ago

skbn uses this scheme gcs:// for gcp storage buckets., but the correct scheme is gs://.

gsutil ls gcs://leeroy-backups/
InvalidUrlError: Unrecognized scheme "gcs"
gsutil ls gs://leeroy-backups
echo $status
0

Official docs

I'm assuming gcs was valid at some point?

diasjorge commented 4 years ago

It could help with some automations if I could pass the bucket name with gs:// protocol as with gsutil