Search code examples
amazon-s3azure-storage

Azure Append BLOB equivalent in S3


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?


Solution

  • 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.