{"id":13764036,"url":"https://github.com/mitchellh/goamz","last_synced_at":"2025-12-30T05:56:51.046Z","repository":{"id":8406570,"uuid":"9989712","full_name":"mitchellh/goamz","owner":"mitchellh","description":"Golang Amazon Library","archived":true,"fork":false,"pushed_at":"2016-12-08T16:53:59.000Z","size":2877,"stargazers_count":673,"open_issues_count":93,"forks_count":216,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-05-10T17:41:34.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitchellh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-10T20:26:17.000Z","updated_at":"2025-05-05T15:44:46.000Z","dependencies_parsed_at":"2022-07-29T23:19:24.210Z","dependency_job_id":null,"html_url":"https://github.com/mitchellh/goamz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mitchellh/goamz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchellh%2Fgoamz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchellh%2Fgoamz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchellh%2Fgoamz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchellh%2Fgoamz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitchellh","download_url":"https://codeload.github.com/mitchellh/goamz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchellh%2Fgoamz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27771138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-16T02:00:10.477Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T15:01:08.404Z","updated_at":"2025-12-16T20:43:33.896Z","avatar_url":"https://github.com/mitchellh.png","language":"Go","funding_links":[],"categories":["Third-party APIs","Go","第三方API","\u003cspan id=\"第三方api-third-party-apis\"\u003e第三方API Third-party APIs\u003c/span\u003e"],"sub_categories":["Advanced Console UIs","交流","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e"],"readme":"# goamz - An Amazon Library for Go \n\nCurrent API documentation: [![GoDoc](https://godoc.org/github.com/mitchellh/goamz?status.svg)](https://godoc.org/github.com/mitchellh/goamz)\n\nThis is a fork of [https://launchpad.net/goamz](https://launchpad.net/goamz)\nthat adds some missing API calls to certain packages.\n\nThis library is *incomplete*, but implements a large amount of the AWS API.\nIt is heavily used in projects such as\n[Terraform](https://github.com/hashicorp/terraform) and\n[Packer](https://github.com/mitchellh/packer). \nIf you find anything missing from this library, \nplease [file an issue](https://github.com/mitchellh/goamz).\n\n## Example Usage\n\n```go\npackage main\n\nimport (\n  \"github.com/mitchellh/goamz/aws\"\n  \"github.com/mitchellh/goamz/s3\"\n  \"log\"\n  \"fmt\"\n)\n\nfunc main() {\n  auth, err := aws.EnvAuth()\n  if err != nil {\n    log.Fatal(err)\n  }\n  client := s3.New(auth, aws.USEast)\n  resp, err := client.ListBuckets()\n\n  if err != nil {\n    log.Fatal(err)\n  }\n\n  log.Print(fmt.Sprintf(\"%T %+v\", resp.Buckets[0], resp.Buckets[0]))\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchellh%2Fgoamz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitchellh%2Fgoamz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchellh%2Fgoamz/lists"}