{"id":50508,"library":"aws-aws-sdk-go-v2-service-s3","title":"AWS SDK Go v2 - S3","description":"AWS SDK for Go v2 service client for Amazon Simple Storage Service (S3).","status":"active","version":"1.103.3","language":"go","source_language":null,"source_url":"https://github.com/aws/aws-sdk-go-v2","tags":["aws","s3","storage","cloud","sdk"],"install":[{"cmd":"go get github.com/aws/aws-sdk-go-v2/service/s3","lang":"bash","label":"Install github.com/aws/aws-sdk-go-v2/service/s3"}],"dependencies":[],"imports":[{"symbol":"s3","correct":"github.com/aws/aws-sdk-go-v2/service/s3"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"github.com/aws/aws-sdk-go-v2/config\"\n\t\"github.com/aws/aws-sdk-go-v2/service/s3\"\n)\n\nfunc main() {\n\tcfg, _ := config.LoadDefaultConfig(context.TODO())\n\tclient := s3.NewFromConfig(cfg)\n\tresult, _ := client.ListBuckets(context.TODO(), &s3.ListBucketsInput{})\n\tfor _, bucket := range result.Buckets {\n\t\tprintln(*bucket.Name)\n\t}\n}","lang":"go","description":"List all S3 buckets using the AWS SDK v2."},"warnings":[{"fix":"Use v2-specific patterns; refer to migration guide.","message":"Breaking changes from v1 to v2 in AWS SDK.","severity":"breaking","affected_versions":"<2.0.0"}],"env_vars":null,"search_vec":"'amazon':14 'aw':1,6,19 'client':12 'cloud':22 'go':3,9 's3':5,18,20 'sdk':2,7,23 'servic':11,17 'simpl':15 'storag':16,21 'v2':4,10","created_at":"2026-06-15T04:56:39.847994+00:00","updated_at":"2026-06-15T04:56:39.847994+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/aws/aws-sdk-go-v2","github":"https://github.com/aws/aws-sdk-go-v2","docs":"https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/s3#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}