cAwss3 component uploading the file to same key name every time
I have a cAwss3 component in my route connected to a cMqtt component. Requirement is whenever data comes in Mqtt topic, a new file will be uploaded to s3. I have given the key name as dynamic in cAwss3 component by giving "CamelAwsS3Key" as DqStringHandling.safeConcat("test",TalendDate.getCurrentDate().getTime()+".gz",'_'). But this will work for the first time. The second time data comes from mqtt the data is written to the same key name. How can we create different files using cAwss3 component.