{"id":18665787,"url":"https://github.com/emilhein/go-aws-utility","last_synced_at":"2026-04-30T14:31:49.952Z","repository":{"id":69111187,"uuid":"215779198","full_name":"emilhein/go-aws-utility","owner":"emilhein","description":"A Go AWS utility package that will help you with standard functions","archived":false,"fork":false,"pushed_at":"2019-10-27T07:17:39.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T06:05:57.759Z","etag":null,"topics":["aws","go","golang","utility"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emilhein.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-17T11:47:26.000Z","updated_at":"2019-10-26T14:17:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b401fff-2bc0-457c-b41c-71d589a81932","html_url":"https://github.com/emilhein/go-aws-utility","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/emilhein/go-aws-utility","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilhein%2Fgo-aws-utility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilhein%2Fgo-aws-utility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilhein%2Fgo-aws-utility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilhein%2Fgo-aws-utility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emilhein","download_url":"https://codeload.github.com/emilhein/go-aws-utility/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilhein%2Fgo-aws-utility/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32468009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aws","go","golang","utility"],"created_at":"2024-11-07T08:29:05.915Z","updated_at":"2026-04-30T14:31:49.936Z","avatar_url":"https://github.com/emilhein.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Report Card](https://goreportcard.com/badge/github.com/emilhein/go-aws-utility)](https://goreportcard.com/report/github.com/emilhein/go-aws-utility)\n[![Build Status](https://travis-ci.org/emilhein/go-aws-utility.svg?branch=master)](https://travis-ci.org/emilhein/go-aws-utility)\n\n# go-aws-utility\n\nThis project acts like a wrapper for the AWS go SDK.\nMore functionality will be following...\n\n## How to use\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/go-aws-utility/util/services\"\n)\n\nfunc main() {\n\t// Get credentials\n\tcredentials := services.GetAccountInfo()\n\tfmt.Printf(\"We found your acocunt Key: %v \\n\", credentials)\n\n\t// //list buckets\n\tbuckets, err := services.GetS3Buckets()\n\tif err != nil {\n\t\tfmt.Println(\"Error: \", err)\n\t}\n\tbuckets.ListBuckets()\n\n\t// read files in parrallel\n\tinput := services.FilesInput{Bucket: \"YOUR_BUCKET\", FileNames: []string{\"PATH_TO_FILE\"}}\n\treturnValues := services.GetS3Files(input)\n\n\tfmt.Println(\"All files read!\")\n\tfor i := 0; i \u003c len(returnValues.Files); i++ {\n\t\tfmt.Println(\"\", returnValues.Files[i])\n\n\t}\n\n}\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilhein%2Fgo-aws-utility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femilhein%2Fgo-aws-utility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilhein%2Fgo-aws-utility/lists"}