Ask HN: Is there something like s3 but with append?

1 points by dhbradshaw ↗ HN
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.

Does anyone have suggestions for a service we can use in its place?

2 comments

[ 1.5 ms ] story [ 16.6 ms ] thread
Maybe use SQS and then batch every X messages?