{"id":19136875,"url":"https://github.com/mdub/sham_s3","last_synced_at":"2026-06-20T13:31:13.400Z","repository":{"id":66633527,"uuid":"46509222","full_name":"mdub/sham_s3","owner":"mdub","description":"A fake implementation of S3, for testing","archived":false,"fork":false,"pushed_at":"2015-11-24T00:13:30.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-13T13:26:05.977Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/mdub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-19T17:35:56.000Z","updated_at":"2015-11-19T17:41:20.000Z","dependencies_parsed_at":"2023-03-11T00:10:26.098Z","dependency_job_id":null,"html_url":"https://github.com/mdub/sham_s3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdub/sham_s3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdub%2Fsham_s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdub%2Fsham_s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdub%2Fsham_s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdub%2Fsham_s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdub","download_url":"https://codeload.github.com/mdub/sham_s3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdub%2Fsham_s3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34572423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-09T06:35:45.286Z","updated_at":"2026-06-20T13:31:13.382Z","avatar_url":"https://github.com/mdub.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShamS3\n\nShamS3 is a fake version of S3, intended for use as a test stub.  \n\nShamS3 is implemented as a Rack app, and so can be run with any Rack\napp-server.  Even better, it can be used with ShamRack or WebMock, for\nin-processing stubbing of S3 calls.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'sham_s3'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install sham_s3\n\n## Usage\n\nTypical usage is:\n\n```ruby\nrequire 'sham_s3'\ns3_sham = ShamS3.new\n\nrequire 'sham_rack'\nShamRack.at(\"s3.amazonaws.com\").mount(s3_sham)\n\nrequire 'aws-sdk-resources'\ns3 = Aws::S3::Resource.new\n# ... do stuff with s3 ...\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/mdub/sham_s3.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdub%2Fsham_s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdub%2Fsham_s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdub%2Fsham_s3/lists"}