{"id":63096,"library":"hashicorp-go-getter-gcs-v2","title":"go-getter GCS v2","description":"go-getter GCS v2 provides a Google Cloud Storage backend for downloading files and directories using the go-getter library.","status":"active","version":"2.2.3","language":"go","source_language":null,"source_url":"https://github.com/hashicorp/go-getter","tags":["gcs","downloader","hashicorp","storage"],"install":[{"cmd":"go get github.com/hashicorp/go-getter/gcs/v2","lang":"bash","label":"Install github.com/hashicorp/go-getter/gcs/v2"}],"dependencies":[],"imports":[{"symbol":"gcs","correct":"github.com/hashicorp/go-getter/gcs/v2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/hashicorp/go-getter/v2\"\n\t_ \"github.com/hashicorp/go-getter/gcs/v2\"\n)\n\nfunc main() {\n\tclient := &getter.Client{}\n\t_, err := client.Get(context.Background(), &getter.Request{\n\t\tSrc:  \"gcs::https://storage.googleapis.com/bucket/key\",\n\t\tDst:  \"/tmp/output\",\n\t})\n\tif err != nil {\n\t\tfmt.Println(err)\n\t}\n}","lang":"go","description":"Downloads a file from GCS using go-getter with the GCS v2 backend."},"warnings":[],"env_vars":null,"search_vec":"'backend':16 'cloud':14 'directori':21 'download':18,29 'file':19 'gcs':4,9,28 'getter':3,8,26 'go':2,7,25 'go-gett':1,6,24 'googl':13 'hashicorp':30 'librari':27 'provid':11 'storag':15,31 'use':22 'v2':5,10","created_at":"2026-06-17T16:39:38.585564+00:00","updated_at":"2026-06-17T16:39:38.585564+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/hashicorp/go-getter","github":"https://github.com/hashicorp/go-getter","docs":"https://pkg.go.dev/github.com/hashicorp/go-getter/gcs/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}