Closed treysuiter closed 2 years ago
Looks like this is working as intended as S3 does not handle appending objects. Closing.
Looks like this is working as intended as S3 does not handle appending objects. Closing.
That is the indeed the reason. Sorry for my late reply.
Hello there. I have the S3 sink left at its default RollingInterval by Day but I am still getting multiple files written to the bucket per day with
_00X
appended to the name. I was under the assumption this would work like the File sink (which I have configured to roll per day and is working fine). Code to configure logger is below. Thanks for any help!