6 ms·
Doesn't s3 now have versioning + POSIX mounts?
by gatvol 4mo ago
Doesn't s3 now have versioning + POSIX mounts?
- sudb 4mo agoYep! https://aws.amazon.com/blogs/aws/launching-s3-files-making-s3-buckets-accessible-as-file-systems/ https://aws.amazon.com/blogs/aws/launching-s3-files-making-s...
- ozkatz 4mo agoS3 offers versioning at the single file level. Imagine an agent dropping a directory with 1m images in it. just figuring out what happened and what got dropped, restoring it one by one, etc. - doable, but ergonomics are a bit lacking.
- otterley 4mo agoS3 Files is not POSIX compliant and doesn’t claim to be so. For example, atomic renames aren’t supported.