{"id":28477865,"url":"https://github.com/fog/fog-radosgw","last_synced_at":"2025-07-02T18:32:45.126Z","repository":{"id":20785542,"uuid":"24070596","full_name":"fog/fog-radosgw","owner":"fog","description":null,"archived":false,"fork":false,"pushed_at":"2016-01-10T09:46:45.000Z","size":24,"stargazers_count":5,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-08T11:01:49.305Z","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/fog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-15T19:31:17.000Z","updated_at":"2017-09-25T04:43:31.000Z","dependencies_parsed_at":"2022-08-05T09:15:22.147Z","dependency_job_id":null,"html_url":"https://github.com/fog/fog-radosgw","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-radosgw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-radosgw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-radosgw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-radosgw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fog","download_url":"https://codeload.github.com/fog/fog-radosgw/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253411522,"owners_count":21904147,"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":[],"created_at":"2025-06-07T17:08:49.344Z","updated_at":"2025-07-02T18:32:45.115Z","avatar_url":"https://github.com/fog.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fog::Radosgw\n\n[![Gem Version](https://badge.fury.io/rb/fog-radosgw.svg)](http://badge.fury.io/rb/fog-radosgw) [![Build Status](https://travis-ci.org/fog/fog-radosgw.svg?branch=master)](https://travis-ci.org/fog/fog-radosgw) [![Dependency Status](https://gemnasium.com/fog/fog-radosgw.svg)](https://gemnasium.com/fog/fog-radosgw) [![Coverage Status](https://img.shields.io/coveralls/fog/fog-radosgw.svg)](https://coveralls.io/r/fog/fog-radosgw) [![Code Climate](https://codeclimate.com/github/fog/fog-radosgw.png)](https://codeclimate.com/github/fog/fog-radosgw) [![Stories in Ready](https://badge.waffle.io/fog/fog-radosgw.png?label=ready\u0026title=Ready)](https://waffle.io/fog/fog-radosgw)\n\nFog backend for provisioning Ceph Radosgw - the Swift and S3 compatible REST API for Ceph.\nCurrently, the gem only supports the S3 API, not Swift.\n\nBased on the Riak CS backend.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'fog-radosgw'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fog-radosgw\n\n## Usage\n\nExample:\n\n    require 'fog/radosgw'\n\n    provision_client =  Fog::Radosgw::Provisioning.new(\n        host:    'objects.example.com',\n        radosgw_access_key_id:     'CHIA1GEE0EIJ9OHSAIK6',\n        radosgw_secret_access_key: 'IFooJ7airaebaele6baihaiw2fequuto9Foh7Sei'\n    )\n\n    response = provision_client.create_user('fog', 'Fog User', 'fog@example.com')\n    userkey    = response.body['keys'][0]['access_key']\n    usersecret = response.body['keys'][0]['secret_key']\n\n## Tests\n\nMock tests:\n\n    bundle exec rake mock[radosgw]\n\nLive tests:\n\n    bundle exec rake live[radosgw]\n\nTo run live tests, you have to place credentials in `tests/.fog`, e.g.:\n\n    default:\n        host:    objects.example.com\n        radosgw_access_key_id:     CHIA1GEE0EIJ9OHSAIK6\n        radosgw_secret_access_key: IFooJ7airaebaele6baihaiw2fequuto9Foh7Sei\n\n## Contributing\n\nPlease refer to the\n[CONTRIBUTING.md](https://github.com/fog/fog/blob/master/CONTRIBUTING.md)\npage for the main Fog project.\n\n## License\n\nPlease refer to [LICENSE.md](https://github.com/fog/fog-radosgw/blob/master/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffog%2Ffog-radosgw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffog%2Ffog-radosgw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffog%2Ffog-radosgw/lists"}