S3 lacks compare-and-swap (CAS) operations
7S3 is the only major object store without compare-and-swap (CAS) operations, a feature available in GCS, Azure Blob Store, Cloudflare R2, Tigris, and MinIO. This forces developers to use separate transactional stores like DynamoDB, creating ugly abstractions and two-phase write complexity.
compatibilityAmazon S3DynamoDBGoogle Cloud Storage+1