We are using Azure Append BLOBs today. Is there a similar functionality in S3? The only info that I found is that there is no such thing in S3, is this really so?
S3 doesn't have an "append" operation.
Once an object has been uploaded, there is no way to modify it in place; your only option is to upload a new object to replace it.