{"id":68098,"library":"ibm-ibm-cos-sdk-go","title":"IBM COS SDK for Go","description":"Official AWS SDK for Go, adapted for IBM Cloud Object Storage, providing APIs and utilities to build Go applications that use S3-compatible services.","status":"active","version":"1.14.0","language":"go","source_language":null,"source_url":"https://github.com/IBM/ibm-cos-sdk-go","tags":["ibm","cos","s3","cloud","storage","aws"],"install":[{"cmd":"go get github.com/IBM/ibm-cos-sdk-go","lang":"bash","label":"Install github.com/IBM/ibm-cos-sdk-go"}],"dependencies":[],"imports":[{"symbol":"sdk","correct":"github.com/IBM/ibm-cos-sdk-go"}],"quickstart":{"code":"package main\n\nimport (\n  \"github.com/IBM/ibm-cos-sdk-go/aws\"\n  \"github.com/IBM/ibm-cos-sdk-go/aws/session\"\n  \"github.com/IBM/ibm-cos-sdk-go/service/s3\"\n)\n\nfunc main() {\n  sess := session.Must(session.NewSession())\n  svc := s3.New(sess)\n  result, err := svc.ListBuckets(&s3.ListBucketsInput{})\n  if err != nil {\n    panic(err)\n  }\n  for _, b := range result.Buckets {\n    println(*b.Name)\n  }\n}","lang":"go","description":"Lists all S3 buckets using the IBM COS SDK."},"warnings":[{"fix":"Check IBM documentation for supported services and consider using the official AWS SDK if you need full AWS compatibility.","message":"This SDK is a fork of the AWS SDK v1; it may not include all AWS features or latest updates.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'adapt':11 'api':18 'applic':24 'aw':7,36 'build':22 'cloud':14,34 'compat':29 'cos':2,32 'go':5,10,23 'ibm':1,13,31 'object':15 'offici':6 'provid':17 's3':28,33 's3-compatible':27 'sdk':3,8 'servic':30 'storag':16,35 'use':26 'util':20","created_at":"2026-06-17T17:45:37.011288+00:00","updated_at":"2026-06-17T17:45:37.011288+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/IBM/ibm-cos-sdk-go","github":"https://github.com/IBM/ibm-cos-sdk-go","docs":"https://pkg.go.dev/github.com/IBM/ibm-cos-sdk-go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud","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}}