Evaluate adding gokv.Store implementation for AWS S3
philippgille opened this issue · 1 comments
philippgille commented
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.
- Example cloud provider: https://www.scaleway.com/object-storage/
- Example open source products:
philippgille commented
Some links: