ipni / index-provider

📢 Index Provider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experiment with S3 as the `mirror` backing datastore

masih opened this issue · comments

Mirrored advertisements could benefit from using S3 glacier as the backing datastore in that it will simplify the deployment of mirroring while allows simple horizontal scalability by making mirror instances stateless.

Understand the COGS implications of doing this, since the existing S3 datastore implementation makes a PUT call per key.