{"id":63088,"library":"hashicorp-go-getter-s3-v2","title":"go-getter S3 v2","description":"go-getter S3 v2 provides an S3 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":["s3","downloader","hashicorp","storage"],"install":[{"cmd":"go get github.com/hashicorp/go-getter/s3/v2","lang":"bash","label":"Install github.com/hashicorp/go-getter/s3/v2"}],"dependencies":[],"imports":[{"symbol":"s3","correct":"github.com/hashicorp/go-getter/s3/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/s3/v2\"\n)\n\nfunc main() {\n\tclient := &getter.Client{}\n\t_, err := client.Get(context.Background(), &getter.Request{\n\t\tSrc:  \"s3::https://s3.amazonaws.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 S3 using go-getter with the S3 v2 backend."},"warnings":[],"env_vars":null,"search_vec":"'backend':15 'directori':20 'download':17,28 'file':18 'getter':3,8,25 'go':2,7,24 'go-gett':1,6,23 'hashicorp':29 'librari':26 'provid':11 's3':4,9,13,27 'storag':14,30 'use':21 '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/s3/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}}