Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ls-devon-hakel-kinko opened this issue Jan 27, 2020 · 1 comment
Open

Comments

@ls-devon-hakel-kinko
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants