threefoldtech / rfs

A fuse filesystem in rust
Apache License 2.0
1 stars 1 forks source link

Implement S3 blob store #26

Closed muhamadazmy closed 10 months ago

muhamadazmy commented 12 months ago

Operations to implement backend Store for S3:

(you can test that against Minio)

-> Set(<key>, <data bytes>) 
-> Get(<key>)