Amazon S3 has added a new feature for conditional writes, allowing clients to update objects only if they have not been modified since the last read. This is achieved by providing the ETag of the object in the API request, which is then evaluated by S3 before committing the write. This feature simplifies coordination of simultaneous writes to the same object and prevents unintentional overwrites. The feature is available at no additional charge in all AWS Regions.