-
SeaweedFS is a simple and highly scalable distributed file system to store and serve billions of files fast! SeaweedFS object store has O(1) disk seek and SeaweedFS Filer supports cross-cluster replication, POSIX, S3 API, ,…
#Cloud Storage #File Sharing #Cloud Computing 40 social mentions
-
The Shared POSIX File System for the Cloud
For this use-case, I like JuiceFS better. * https://juicefs.com/en/ * https://github.com/juicedata/juicefs I am not affiliated with them, just a regular user.
#Cloud Computing #Cloud Storage #File Sharing 5 social mentions
-
3E
Example.com
This product hasn't been added to SaaSHub yetThat's a complicated question but allows highlighting what I was bringing up: the Key is any unicode character[1] so while it has become <i>conventional</i> to use "/", imagine if you wanted to store the output of exploded jar files in S3, but be able to "list the directory" of a jar's contents: `PutObject("/some-path/my.jar!/META-INF/MANIFEST.MF", "Manifest-Version: 1.0")` Now you can `ListObjects(Prefix="/some-path/my.jar", Delimiter="!")` to get the "interior files" back. I'm sure there are others, that's just one that I could think of off the top of my head. Mapping a URL and its interior resources would be another (`"https://example.com\t/script[1]", "console.log('hello, world')")` 1: see the ListObject page under "encoding-type".