Skip to content

v0.0.7

Compare
Choose a tag to compare
@bonedaddy bonedaddy released this 17 Apr 07:51
· 69 commits to master since this release
a85f85c

Enables a highly available ledger store by replicating the metadata via a CRDT datastore. This allows you to run multiple s3x instances, all of which share the same ledger state via CRDT replication. This is not a replacement for replicating the actual object and bucket data, but merely for replicating the ledger state which keeps track of object/bucket name -> object/bucket hash.

To replicate the actual object and bucket data, you'll want to leverage TemporalX's built-in replication