Ask HN: Is there something like s3 but with append?
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 ] threadhttps://news.ycombinator.com/item?id=17903036
Suggestions include batching first with AWS Firehose and using multipart upload.