-
Notifications
You must be signed in to change notification settings - Fork 182
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
Yandex S3 output #261
Yandex S3 output #261
Conversation
Signed-off-by: Narek Tatevosyan <nrkk@yandex-team.ru>
Signed-off-by: Narek Tatevosyan nrkk@yandex-team.ru
/assign @leodido |
Signed-off-by: Narek Tatevosyan nrkk@yandex-team.ru Co-authored-by: Thomas Labarussias <issif+github@gadz.org>
Signed-off-by: Narek Tatevosyan nrkk@yandex-team.ru Co-authored-by: Thomas Labarussias <issif+github@gadz.org> Signed-off-by: nar3k <nrkk@yandex-team.ru>
config.go
Outdated
@@ -358,6 +366,7 @@ func getConfig() *types.Configuration { | |||
c.Fission.MinimumPriority = checkPriority(c.Fission.MinimumPriority) | |||
c.Rabbitmq.MinimumPriority = checkPriority(c.Rabbitmq.MinimumPriority) | |||
c.Wavefront.MinimumPriority = checkPriority(c.Wavefront.MinimumPriority) | |||
c.Yandex.S3.MinimumPriority = checkPriority(c.Wavefront.MinimumPriority) |
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.
c.Yandex.S3.MinimumPriority = checkPriority(c.Wavefront.MinimumPriority) | |
c.Yandex.S3.MinimumPriority = checkPriority(c.Yandex.S3.MinimumPriority) |
1) S3 endpoint is under s3 config 2) Yandex s3 uses credential library instead of file 3) Small error fixes Signed-off-by: Narek Tatevosyan <nrkk@yandex-team.ru>
I hope it should be fine right now Sorry for the spam , im new to github community - this PR gave me a lot of experience |
No problem, I'm here for helping you to contribute. |
Signed-off-by: Narek Tatevosyan <nrkk@yandex-team.ru> Co-authored-by: Thomas Labarussias <issif+github@gadz.org>
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.
well done and congrats 👍
LGTM label has been added. Git tree hash: d3a32b5c15bb3c2e1119824c93f41e39b6b601f1
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Issif, nar3k The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area outputs
What this PR does / why we need it:
Which issue(s) this PR fixes:
#258
Fixes #
Special notes for your reviewer: