I'm sending files via MQTT to AWS IoT and need to break the file into several MQTT messages because of payload limits. I have that part working, but struggling to figure out the best way to reconstruct the packets on the Amazon side. The file needs to be reconstructed then saved to S3 bucket. What is the best approach to accomplish this?