Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

words correct #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sinks/s3sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (

/*
S3Sink is the sink that uploads the kubernetes events as json object stored in a file.
The sinker uploads it to s3 if any of the below criteria gets fullfilled
1) Time(uploadInterval): If the specfied time has passed since the last upload it uploads
The sinker uploads it to s3 if any of the below criteria gets fulfilled
1) Time(uploadInterval): If the specified time has passed since the last upload it uploads
2) [TODO] Data size: If the total data getting uploaded becomes greater than N bytes

S3 is cheap and the sink can be used to store events data. S3 can later then be used with
Expand Down