philippgille/gokv

Evaluate adding gokv.Store implementation for AWS S3

philippgille opened this issue · 1 comments

AWS S3 is made to store files and it might not support strong consistency (every read after a write contains the written data), but we marshal to []byte anyway and it might be one of the cheapest cloud storage solutions.

Also, S3 is not only for AWS. Many other cloud providers and also self-hosted open source products support the S3 protocol.