-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(oss api): support ceph oss #775
Conversation
Fit ceph object gateway, so that we can use Layotto to store object into CEPH.
Merge remote-tracking branch 'origin/main' into dev
Codecov ReportBase: 60.39% // Head: 60.50% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #775 +/- ##
==========================================
+ Coverage 60.39% 60.50% +0.11%
==========================================
Files 133 135 +2
Lines 8398 8807 +409
==========================================
+ Hits 5072 5329 +257
- Misses 2738 2825 +87
- Partials 588 653 +65
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Move components/oss/ceph/option.go, components/oss/ceph/option_test.go, components/oss/aws/option.go and components/oss/aws/option_test.go to components/oss/
please add ut case to fix the ut coverage |
ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. Thanks!
@wlwilliamx Hi, could u add docs in some other pull request?
Reference: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
ok! |
What this PR does:
Support ceph object gateway, so that we can use Layotto to store object into CEPH.
Which issue(s) this PR fixes:
Fixes #775
Special notes for your reviewer:
Does this PR introduce a user-facing change?: