https://github.com/fog/fog-radosgw
https://github.com/fog/fog-radosgw
Last synced: about 7 hours ago
JSON representation
Repository metadata
- Host: GitHub
- URL: https://github.com/fog/fog-radosgw
- Owner: fog
- License: mit
- Created: 2014-09-15T19:31:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T09:46:45.000Z (almost 10 years ago)
- Last Synced: 2025-12-06T15:46:02.947Z (10 days ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 1
- Releases: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
README.md
Fog::Radosgw
Fog backend for provisioning Ceph Radosgw - the Swift and S3 compatible REST API for Ceph.
Currently, the gem only supports the S3 API, not Swift.
Based on the Riak CS backend.
Installation
Add this line to your application's Gemfile:
gem 'fog-radosgw'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fog-radosgw
Usage
Example:
require 'fog/radosgw'
provision_client = Fog::Radosgw::Provisioning.new(
host: 'objects.example.com',
radosgw_access_key_id: 'CHIA1GEE0EIJ9OHSAIK6',
radosgw_secret_access_key: 'IFooJ7airaebaele6baihaiw2fequuto9Foh7Sei'
)
response = provision_client.create_user('fog', 'Fog User', 'fog@example.com')
userkey = response.body['keys'][0]['access_key']
usersecret = response.body['keys'][0]['secret_key']
Tests
Mock tests:
bundle exec rake mock[radosgw]
Live tests:
bundle exec rake live[radosgw]
To run live tests, you have to place credentials in tests/.fog, e.g.:
default:
host: objects.example.com
radosgw_access_key_id: CHIA1GEE0EIJ9OHSAIK6
radosgw_secret_access_key: IFooJ7airaebaele6baihaiw2fequuto9Foh7Sei
Contributing
Please refer to the
CONTRIBUTING.md
page for the main Fog project.
License
Please refer to LICENSE.md.
Owner metadata
- Name: fog
- Login: fog
- Email:
- Kind: organization
- Description:
- Website: http://fog.io
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/991149?v=4
- Repositories: 61
- Last ynced at: 2023-04-10T00:16:30.104Z
- Profile URL: https://github.com/fog
GitHub Events
Total
Last Year
Committers metadata
Last synced: 2 days ago
Total Commits: 13
Total Committers: 3
Avg Commits per committer: 4.333
Development Distribution Score (DDS): 0.231
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Jon K Hellan | j****n@u****o | 10 |
| Paulo Henrique Lopes Ribeiro | p****0@g****m | 2 |
| Stefan Novak | s****n@n****o | 1 |
Committer domains:
- novak.io: 1
- uninett.no: 1
Issue and Pull Request metadata
Last synced: 4 months ago
Total issues: 1
Total pull requests: 3
Average time to close issues: N/A
Average time to close pull requests: about 8 hours
Total issue authors: 1
Total pull request authors: 2
Average comments per issue: 1.0
Average comments per pull request: 2.0
Merged pull request: 3
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- stefan-pdx (1)
Top Pull Request Authors
- plribeiro3000 (2)
- stefan-pdx (1)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 87,526,926 total
- Total docker downloads: 4,174,410
- Total dependent packages: 9 (may contain duplicates)
- Total dependent repositories: 6,641 (may contain duplicates)
- Total versions: 10
- Total maintainers: 2
gem.coop: fog-radosgw
Fog backend for provisioning users on Ceph Radosgw - the Swift and S3 compatible REST API for Ceph.
- Homepage: https://github.com/fog/fog-radosgw
- Documentation: http://www.rubydoc.info/gems/fog-radosgw/
- Licenses: MIT
- Latest release: 0.0.5 (published almost 10 years ago)
- Last Synced: 2025-12-14T01:01:02.774Z (2 days ago)
- Versions: 5
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 43,763,729 Total
- Docker Downloads: 2,087,205
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.488%
- Downloads: 0.55%
- Docker downloads count: 1.403%
- Maintainers (2)
rubygems.org: fog-radosgw
Fog backend for provisioning users on Ceph Radosgw - the Swift and S3 compatible REST API for Ceph.
- Homepage: https://github.com/fog/fog-radosgw
- Documentation: http://www.rubydoc.info/gems/fog-radosgw/
- Licenses: MIT
- Latest release: 0.0.5 (published almost 10 years ago)
- Last Synced: 2025-12-12T21:02:20.734Z (3 days ago)
- Versions: 5
- Dependent Packages: 9
- Dependent Repositories: 6,641
- Downloads: 43,763,197 Total
- Docker Downloads: 2,087,205
-
Rankings:
- Dependent repos count: 0.395%
- Downloads: 0.449%
- Docker downloads count: 1.523%
- Dependent packages count: 1.881%
- Average: 5.752%
- Forks count: 9.168%
- Stargazers count: 21.098%
- Maintainers (2)
Dependencies
- rake >= 0 development
- shindo >= 0 development
- yard >= 0 development
- fog-core >= 1.21.0
- fog-json >= 0
- fog-xml >= 0.0.1
Score: 21.224492172212656

