{"id":16095543,"url":"https://github.com/meowgorithm/baby-s3","last_synced_at":"2025-11-10T14:35:20.364Z","repository":{"id":57586483,"uuid":"131896480","full_name":"meowgorithm/baby-s3","owner":"meowgorithm","description":"Simple S3 Go library, for babies","archived":false,"fork":false,"pushed_at":"2019-12-18T01:17:42.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-18T19:48:58.937Z","etag":null,"topics":["go","s3"],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/meowgorithm/baby-s3","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meowgorithm.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}},"created_at":"2018-05-02T19:25:05.000Z","updated_at":"2020-08-30T15:58:26.000Z","dependencies_parsed_at":"2022-09-13T12:42:20.454Z","dependency_job_id":null,"html_url":"https://github.com/meowgorithm/baby-s3","commit_stats":null,"previous_names":["magicnumbers/baby-s3"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowgorithm%2Fbaby-s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowgorithm%2Fbaby-s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowgorithm%2Fbaby-s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowgorithm%2Fbaby-s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meowgorithm","download_url":"https://codeload.github.com/meowgorithm/baby-s3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393572,"owners_count":20931813,"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":["go","s3"],"created_at":"2024-10-09T17:06:19.325Z","updated_at":"2025-11-10T14:35:20.327Z","avatar_url":"https://github.com/meowgorithm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Baby S3\n=======\n\nThis a simple interface to some common S3 tasks.\n\nFor example:\n\n```go\nimport (\n    s3 \"github.com/meowgorithm/baby-s3\"\n)\n\nfunc main() {\n    if err := s3.CreateBucket(\"my-cute-bucket\"); err != nil  {\n        fmt.Println(\"It didn't work :(\", err)\n        return\n    }\n\n    if err := s3.MakeBucketPublic(\"my-cute-bucket\"); err != nil {\n        fmt.Println(\"It didn't work. Weird :/\", err)\n    }\n\n    err := s3.UploadObject(\"my-cute-bucket\", \"some-bytes.txt\", []byte(\"a few nice bytes\"));\n    err != nil {\n        fmt.Println(\"Nope :(\", err)\n    }\n}\n```\n\n\n⚠️ For now, this library is in an alpha state and the API could change. If you\nhave any thoughts about the API do let me know.\n\n\n## AWS Keys and Regions and Stuff\n\nAWS loves it when you put settings in environment variables, so you'll need to\ndo that to work with this library. Set the following:\n\n    AWS_ACCESS_KEY\n    AWS_SECRET_ACCESS_KEY\n    AWS_REGION\n\n\n## Dependencies\n\nThis only dependency of this library is `github.com/aws/aws-sdk-go`. More\ndetails can be found in `Gopkg.toml`. If you use `dep` to manage your\ndependencies the AWS SDK will be installed automatically.\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeowgorithm%2Fbaby-s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeowgorithm%2Fbaby-s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeowgorithm%2Fbaby-s3/lists"}