helyim/helyim

s3 support assumption

Closed this issue · 2 comments

If it support s3 api, it must store some s3 object matedata like bucket, key, fid, ...
Does it require the use of a database? We need to write a lot of s3 logic?
Is there a solution where you can just use this project as the data storage backend and not care about the implementation of S3 metadata and logic?

Hi, @zhangzqs

S3 will be implemented through the Filer service and Filer accessing other databases (such as Redis) to store S3 metadata. more details could be found in Filer.

helyim will utilize s3s to implement S3 service

Hi, @zhangzqs

S3 will be implemented through the Filer service and Filer accessing other databases (such as Redis) to store S3 metadata. more details could be found in Filer.

helyim will utilize s3s to implement S3 service

ok, thanks for your reply