manuel-woelker / rust-vfs

A virtual filesystem for Rust
Apache License 2.0
384 stars 44 forks source link

Implement a FileSystem backed by S3 #57

Closed jereanon closed 11 months ago

jereanon commented 1 year ago

We need an S3 backed virtual file system for a few applications we've created over at Optact. This project seemed like a good opportunity to contribute to something that is already in use, rather than creating something of our own.

If this an interesting addition to the project, we'll create a draft PR soon.

jereanon commented 11 months ago

We decided to build something in house for our needs