-
Notifications
You must be signed in to change notification settings - Fork 0
LOGC-6: Implement S3 uploader #10
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
Conversation
|
|
||
|
|
||
| cloudserver: | ||
| image: ghcr.io/scality/cloudserver:7.70.77 |
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.
| image: ghcr.io/scality/cloudserver:7.70.77 | |
| image: ghcr.io/scality/cloudserver:9.0.32 |
https://github.com/scality/Federation/blob/development/9.5/group_vars/all#L203
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.
I think we cannot directly bump to version 9, we need to update the cloud server config. I created https://scality.atlassian.net/browse/WKBCH-9 to do it separately.
Codecov Report❌ Patch coverage is
Additional details and impacted files
@@ Coverage Diff @@
## main #10 +/- ##
==========================================
+ Coverage 84.22% 84.69% +0.46%
==========================================
Files 9 11 +2
Lines 450 503 +53
==========================================
+ Hits 379 426 +47
- Misses 52 55 +3
- Partials 19 22 +3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
97e461a to
5d4a568
Compare
We use S3 client's build-in retry mechanism And make retry configuration customizable.
5d4a568 to
a0b80c4
Compare
This PR implements S3 integration to enable log-courier to write log objects to S3.
It sets up Metadata, Vault, and CloudServer in the CI for testing.