We have a small stream of data -- perhaps 100 or so messages per second. It would be awesome to be able to divide that data up between a few s3 objects and append to them bit by bit. But of course s3 doesn't allow appending.<p>Does anyone have suggestions for a service we can use in its place?
Wow, I just realized that I asked this same question 76 days ago.<p><a href="https://news.ycombinator.com/item?id=17903036" rel="nofollow">https://news.ycombinator.com/item?id=17903036</a><p>Suggestions include batching first with AWS Firehose and using multipart upload.