{"id":47907575,"url":"https://github.com/imide/fxs3","last_synced_at":"2026-04-04T04:57:51.338Z","repository":{"id":332830297,"uuid":"1135157218","full_name":"imide/fxs3","owner":"imide","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-26T17:19:00.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T04:57:46.052Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imide.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-15T18:06:13.000Z","updated_at":"2026-03-26T17:18:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/imide/fxs3","commit_stats":null,"previous_names":["imide/fxs3"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/imide/fxs3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imide%2Ffxs3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imide%2Ffxs3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imide%2Ffxs3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imide%2Ffxs3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imide","download_url":"https://codeload.github.com/imide/fxs3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imide%2Ffxs3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31388169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"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":[],"created_at":"2026-04-04T04:57:50.708Z","updated_at":"2026-04-04T04:57:51.327Z","avatar_url":"https://github.com/imide.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PkgGoDev](https://pkg.go.dev/badge/github.com/imide/fxs3)](https://pkg.go.dev/github.com/imide/fxs3)\n\n# Fx S3 Module\n\nThis module is for personal use only. Support is not guaranteed.\nBug fixes and contributions are welcome, however, unless sufficient interest is shown for this module, it will remain S3 only and for personal use.\n\n\u003e [Fx](https://uber-go.github.io/fx/) module for [S3](https://docs.aws.amazon.com/sdk-for-go/v2/).\n\n\u003c!-- TOC --\u003e\n* [Overview](#overview)\n* [Installation](#installation)\n* [Configuration](#configuration)\n\u003c!-- TOC --\u003e\n\n## Overview\n\nThis module provides to your Fx application a [s3.Client](https://docs.aws.amazon.com/sdk-for-go/v2/developer-guide/go_s3_code_examples.html),\nthat you can `inject` anywhere to interact with [S3](https://docs.aws.amazon.com/sdk-for-go/v2/).\n\n## Installation\n\nInstall the module:\n\n```shell\ngo get github.com/imide/fxs3\n```\n\nThen activate them in your application bootstrapper:\n\n```go\n// internal/bootstrap.go\npackage internal\n\nimport (\n\t\"github.com/imide/fxs3\"\n\t\"github.com/ankorstore/yokai/fxcore\"\n)\n\nvar Bootstrapper = fxcore.NewBootstrapper().WithOptions(\n\t// load modules\n\tfxs3.FxS3Module,\n\t// ...\n)\n```\n\n## Configuration\n\nConfiguration reference:\n\n```yaml\n# ./configs/config.yaml\napp:\n  name: app\n  env: dev\n  version: 0.1.0\n  debug: true\nmodules:\n  s3:\n    endpoint: ${S3_BASE_ENDPOINT}\n    aws_access_key_id: ${AWS_ACCESS_KEY_ID}\n    aws_secret_access_key: ${AWS_SECRET_ACCESS_KEY}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimide%2Ffxs3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimide%2Ffxs3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimide%2Ffxs3/lists"}