diff --git a/sinks/s3sink.go b/sinks/s3sink.go index d8c6c36e1..6305e7c8c 100644 --- a/sinks/s3sink.go +++ b/sinks/s3sink.go @@ -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