Skip to content

Releases: RTradeLtd/s3x

v0.2.0-rc1

06 May 09:01
99b7550
Compare
Choose a tag to compare
v0.2.0-rc1 Pre-release
Pre-release

This is a new release after rewrite as a gateway.

The build binary is changed from minio to minio-s3x

v0.1.0

20 Apr 19:33
552d1e0
Compare
Choose a tag to compare

fix remaining issues referencing upstream repositories

v0.0.7

17 Apr 07:51
a85f85c
Compare
Choose a tag to compare

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

v0.0.6

20 Mar 21:19
Compare
Choose a tag to compare

fix build with fmt+imports

v0.0.5

20 Mar 06:54
Compare
Choose a tag to compare

pull in upstream updatse

v0.0.4

20 Mar 05:19
dd98408
Compare
Choose a tag to compare

minor fixes

v0.0.3

05 Mar 02:17
40ed67d
Compare
Choose a tag to compare

pre-upstream pull

v0.0.2

04 Feb 21:59
b85a133
Compare
Choose a tag to compare

ledger rewrite, no multipart. If you need multipart functionality see v0.0.1, but v0.0.1 data and v0.0.2 data probably aren't compatible.

v0.0.1

03 Feb 22:23
38dd92b
Compare
Choose a tag to compare

pre ledger rewrite