In the SST service, the asset's data is truncated when the user attempts to overwrite the content.
If the asset contains four characters of data (i.e AAAA), when the user attempts to overwrite the second character using the following write parameters (data="B", offset=1, size=1), then,
the asset data is truncated to just AB.