You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: