Hacker News new | ask | show | jobs
by _pdp_ 47 days ago
Git is already versioned, S3 support versioning and any file copied into the sandbox, is well a copy, so I am not sure what is the angle here.

Other than that it looks cool!

1 comments

Doesn't s3 now have versioning + POSIX mounts?
S3 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.

Thanks. This is actually interesting. The only downside is that it only works within AWS.
JuiceFS for posix but lack of versioning
S3 Files is not POSIX compliant and doesn’t claim to be so. For example, atomic renames aren’t supported.