{"id":38754036,"url":"https://github.com/yann-y/fds","last_synced_at":"2026-01-17T11:52:05.253Z","repository":{"id":170927016,"uuid":"647209326","full_name":"yann-y/fds","owner":"yann-y","description":"ipfs s3 gateway","archived":false,"fork":false,"pushed_at":"2025-01-01T08:13:07.000Z","size":385,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"feat/dev","last_synced_at":"2025-01-01T09:18:24.515Z","etag":null,"topics":["go","ipfs","minio","s3"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yann-y.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-05-30T09:39:26.000Z","updated_at":"2025-01-01T08:13:11.000Z","dependencies_parsed_at":"2025-01-01T09:18:29.729Z","dependency_job_id":"0d557d48-a8a9-488c-876d-2e8087b4f6b9","html_url":"https://github.com/yann-y/fds","commit_stats":null,"previous_names":["yann-y/fds"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yann-y/fds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yann-y%2Ffds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yann-y%2Ffds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yann-y%2Ffds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yann-y%2Ffds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yann-y","download_url":"https://codeload.github.com/yann-y/fds/tar.gz/refs/heads/feat/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yann-y%2Ffds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["go","ipfs","minio","s3"],"created_at":"2026-01-17T11:52:05.148Z","updated_at":"2026-01-17T11:52:05.235Z","avatar_url":"https://github.com/yann-y.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nipfs s3 网关\n目前常用的s3 接口已经实现\n\n# ipfs安装\n[官方仓库](https://github.com/ipfs/kubo.git)\n修改配置文件。\n把/ip4/127.0.0.1/tcp/5001修改为/ip4/0.0.0.0/tcp/5001\n```json\n{\n\"Addresses\": {\n    \"API\": \"/ip4/0.0.0.0/tcp/5001\",\n    \"Announce\": [],\n    \"AppendAnnounce\": [],\n    \"Gateway\": \"/ip4/127.0.0.1/tcp/8080\",\n    \"NoAnnounce\": [],\n    \"Swarm\": [\n      \"/ip4/0.0.0.0/tcp/4001\",\n      \"/ip6/::/tcp/4001\",\n      \"/ip4/0.0.0.0/udp/4001/quic\",\n      \"/ip4/0.0.0.0/udp/4001/quic-v1\",\n      \"/ip4/0.0.0.0/udp/4001/quic-v1/webtransport\",\n      \"/ip6/::/udp/4001/quic\",\n      \"/ip6/::/udp/4001/quic-v1\",\n      \"/ip6/::/udp/4001/quic-v1/webtransport\"\n    ]\n  }\n}\n```\n# 启动方式\n## build fds\n```shell\nmake build\n```\n## Run\n```shell\n# --pool-addr 为ipfs 地址\n./fds daemon --pool-addr=/ip4/192.168.2.30/tcp/5001\n```\n启动没有报错，就可以正常使用了。\n![img.png](docs/images/img.png)\n\n```bash\n# 默认ak/sk\naccess_key = filedagadmin\nsecret_key = filedagadmin\n```\ns3cmd使用配置\n```\naccess_key = filedagadmin\nsecret_key = filedagadmin\nhost_base = 192.168.2.26:9000\nhost_bucket = bucket-name\nuse_https = false\n```\n# speed\n![part.png](docs/images/part.png)\n# Contributing\nPRs are welcome!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyann-y%2Ffds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyann-y%2Ffds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyann-y%2Ffds/lists"}