Amazon S3 now supports the ability to append data to an object
1–10 of 70 posts
Re: Amazon S3 now supports the ability to append data to an object
#2Re: Amazon S3 now supports the ability to append data to an object
#3Re: Amazon S3 now supports the ability to append data to an object
#4Re: Amazon S3 now supports the ability to append data to an object
#5Edit: oh it’s only in one AZ
Re: Amazon S3 now supports the ability to append data to an object
#6https://cloud.google.com/storage/docs/composite-objects#appe...
Re: Amazon S3 now supports the ability to append data to an object
#7Re: Amazon S3 now supports the ability to append data to an object
#8I got excited until I saw the one zone part. That is a critical difference in terms of cost.
> S3 Express One Zone delivers data access speed up to 10x faster and request costs up to 50% lower than S3 Standard [0]
The critical difference seems to be in availability (1 AZ)
[0] https://aws.amazon.com/s3/storage-classes/express-one-zone/
Re: Amazon S3 now supports the ability to append data to an object
#9Re: Amazon S3 now supports the ability to append data to an object
#10For comparison, while GCS doesn't support appends directly, there's hacky but effective workaround in that you can compose existing objects together into new objects, without having to read & write the data. If you have existing object A, upload new object B, and compose A and B together so that the resulting object is also called A, this effectively functions the same as appending B into A. https://cloud.google.com/…