{"id":13367210,"url":"https://github.com/mitchellh/Goamz","last_synced_at":"2025-03-12T18:32:10.024Z","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":672,"open_issues_count":95,"forks_count":216,"subscribers_count":31,"default_branch":"master","last_synced_at":"2024-11-16T23:32:29.649Z","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":"2024-10-22T22:45:37.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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243271532,"owners_count":20264472,"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","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-07-30T00:01:41.513Z","updated_at":"2025-03-12T18:32:09.684Z","avatar_url":"https://github.com/mitchellh.png","language":"Go","funding_links":[],"categories":["第三方 APIs"],"sub_categories":["高级控制台界面","高級控制台界面"],"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"}