Skip to content
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

Creation of s3-sink plugin #2323

Closed

Conversation

deepaksahu562
Copy link
Contributor

Description

Created "s3-sink" plugin.
Github issue: #1048

Issues Resolved

  • Configurations for the bucket name, key path and key pattern.
  • The key pattern support timestamps such as logs-${YYYY.mm}-${uniqueId}.
  • Collection of objects from Buffer and store it in RAM/Local file.

Check List

  • New functionality s3-sink plugin.
  • New functionality has been documented.
    • New functionality has javadoc added.
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Description

Created "s3-sink" plugin.
Github issue : opensearch-project#1048

Added Functionality

Configurations for the bucket name, key path and key pattern.
The key pattern support timestamps such as logs-${YYYY.mm}-${uniqueId}.
Collection of objects from Buffer and store it in RAM/Local file.

Check List
New functionality s3-sink plugin.
New functionality has been documented.
 New functionality has javadoc added.
Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and
signing off your commits, please check
https://github.com/opensearch-project/data-prepper/blob/main/CONTRIBUTING.md
@deepaksahu562 deepaksahu562 changed the title Signed-off-by: deepaksahu562 deepak.sahu562@gmail.com Creation of s3-sink plugin Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant