archiecobbs / s3backer

FUSE/NBD single file backing store via Amazon S3
Other
529 stars 75 forks source link

s3 strong consistency #190

Closed jreadey closed 2 years ago

jreadey commented 2 years ago

It looks like S3 now support strong read-after-write consistency. See: https://aws.amazon.com/blogs/aws/amazon-s3-update-strong-read-after-write-consistency/.

Is getting stale objects still a problem? If not, would this enable s3backer to be simplified and/or performance improved?

archiecobbs commented 2 years ago

Thanks. Already addressed in commit a7572483.