[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7898":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":18,"fork":19,"defaultBranch":20,"hasWiki":18,"hasPages":19,"topics":21,"createdAt":10,"pushedAt":10,"updatedAt":22,"readmeContent":23,"aiSummary":24,"trendingCount":16,"starSnapshotCount":16,"syncStatus":14,"lastSyncTime":25,"discoverSource":26},7898,"fake-s3","curtis0x\u002Ffake-s3","curtis0x","A lightweight server clone of Amazon S3 that simulates most of the commands supported by S3 with minimal dependencies","",null,"Ruby",2928,349,2,87,0,56.63,true,false,"master",[],"2026-06-12 04:00:36","![Fake S3](static\u002Flogo.png \"Fake S3\")\n\n## Introduction\n\nFake S3 is a lightweight server that responds to the same API of Amazon S3.\n\nIt is extremely useful for testing of S3 in a sandbox environment without actually making calls to Amazon, which not only requires a network connection, but also costs money with every use.\n\nThe goal of Fake S3 is to minimize runtime dependencies and be more of a\ndevelopment tool to test S3 calls in your code rather than a production server looking to duplicate S3 functionality.\n\nMany commands are supported, including put, get, list, copy, and make bucket.\n\n## Installation\n\n    gem install fakes3\n\n## Running\n\nTo run the server, you must specify a root, a port, and your license key.\n\n    fakes3 -r \u002Fmnt\u002Ffakes3_root -p 4567 --license YOUR_LICENSE_KEY\n\n## Licensing\n\nAs of the latest version, we are licensing with Super Source. To get a license, visit:\n\nhttps:\u002F\u002Fsupso.org\u002Fprojects\u002Ffake-s3 \n\nDepending on your company's size, the license may be free. It is also free for individuals.\n\nYou pass the license key to Fake S3 with the command line option --license YOUR_LICENSE_KEY.\n\n## Connecting to Fake S3\n\nTake a look at the test cases to see client example usage.  For now, Fake S3 is\nmainly tested with s3cmd, aws-s3 gem, and right_aws.  There are plenty more\nlibraries out there, and please do mention if other clients work or not.\n\nHere is a running list of [supported clients](https:\u002F\u002Fgithub.com\u002Fjubos\u002Ffake-s3\u002Fwiki\u002FSupported-Clients \"Supported Clients\")\n\n## Contributing\n\nContributions in the form of pull requests, bug reports, documentation, or anything else are welcome! Please read the CONTRIBUTING.md file for more info: [CONTRIBUTING.md](https:\u002F\u002Fgithub.com\u002Fjubos\u002Ffake-s3\u002Fblob\u002Fmaster\u002FCONTRIBUTING.md)\n","Fake S3 是一个轻量级的 Amazon S3 服务器克隆，用于模拟大部分 S3 支持的命令。它通过最小化依赖项来提供了一个开发工具，特别适合在沙箱环境中测试 S3 调用，而无需实际连接到 Amazon S3，从而节省了成本和网络资源。支持多种命令如上传、下载、列出对象、复制以及创建存储桶等。该项目使用 Ruby 语言编写，非常适合需要频繁测试 S3 功能但又希望避免产生额外费用的开发者或团队使用。","2026-06-11 03:14:59","top_language"]