Skip to content

Releases: ipfs/go-ds-s3

go-ds-s3-plugin/v0.28.0

16 Apr 21:44
go-ds-s3-plugin/v0.28.0
7ef7ee4
Compare
Choose a tag to compare

This is a binary build of the go-ds-s3 Kubo plugin targeting Kubo version v0.28.0.

To install, download the relevant asset for your platform, unpack the plugin file (go-ds-s3-plugin) and place it in ~/.ipfs/plugins. MacOS users will need to compile Kubo themselves, as the official releases have no CGO support.

See the included README.md for more information.

go-ds-s3-plugin/v0.27.0

05 Mar 10:28
go-ds-s3-plugin/v0.27.0
Compare
Choose a tag to compare

This is a binary build of the go-ds-s3 Kubo plugin targeting Kubo version v0.27.0.

To install, download the relevant asset for your platform, unpack the plugin file (go-ds-s3-plugin) and place it in ~/.ipfs/plugins. MacOS users will need to compile Kubo themselves, as the official releases have no CGO support.

See the included README.md for more information.

go-ds-s3-plugin/v0.26.0

31 Jan 18:38
go-ds-s3-plugin/v0.26.0
8693604
Compare
Choose a tag to compare

This is a binary build of the go-ds-s3 Kubo plugin targeting Kubo version v0.26.0.

To install, download the relevant asset for your platform, unpack the plugin file (go-ds-s3-plugin) and place it in ~/.ipfs/plugins. MacOS users will need to compile Kubo themselves, as the official releases have no CGO support.

See the included README.md for more information.

go-ds-s3-plugin/v0.26.0-rc1

12 Jan 10:54
go-ds-s3-plugin/v0.26.0-rc1
7b03b5a
Compare
Choose a tag to compare

This is a binary build of the go-ds-s3 Kubo plugin targeting Kubo version v0.26.0-rc1.

To install, download the relevant asset for your platform, unpack the plugin file (go-ds-s3-plugin) and place it in ~/.ipfs/plugins. MacOS users will need to compile Kubo themselves, as the official releases have no CGO support.

See the included README.md for more information.

go-ds-s3-plugin/v0.25.0

12 Jan 10:47
go-ds-s3-plugin/v0.25.0
3df2fe0
Compare
Choose a tag to compare

This is a binary build of the go-ds-s3 Kubo plugin targeting Kubo version v0.25.0.

To install, download the relevant asset for your platform, unpack the plugin file (go-ds-s3-plugin) and place it in ~/.ipfs/plugins. MacOS users will need to compile Kubo themselves, as the official releases have no CGO support.

See the included README.md for more information.

go-ds-s3-plugin/v0.24.0

27 Nov 12:12
go-ds-s3-plugin/v0.24.0
413212c
Compare
Choose a tag to compare

This is a binary build of the go-ds-s3 Kubo plugin targeting Kubo version v0.24.0.

To install, download the relevant asset for your platform, unpack the plugin file (go-ds-s3-plugin) and place it in ~/.ipfs/plugins. MacOS users will need to compile Kubo themselves, as the official releases have no CGO support.

See the included README.md for more information.

go-ds-s3-plugin/v0.24.0-rc2

07 Nov 12:59
go-ds-s3-plugin/v0.24.0-rc2
Compare
Choose a tag to compare

This is a binary build of the go-ds-s3 Kubo plugin targeting Kubo version v0.24.0-rc2.

To install, download the relevant asset for your platform, unpack the plugin file (go-ds-s3-plugin) and place it in ~/.ipfs/plugins. MacOS users will need to compile Kubo themselves, as the official releases have no CGO support.

See the included README.md for more information.

v0.10.0

06 Oct 21:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

go-ds-s3-plugin/v0.23.0

06 Oct 21:36
go-ds-s3-plugin/v0.23.0
Compare
Choose a tag to compare

This is a binary build of the go-ds-s3 Kubo plugin targeting Kubo version v0.23.0.

To install, download the relevant asset for your platform, unpack the plugin file (go-ds-s3-plugin) and place it in ~/.ipfs/plugins. MacOS users will need to compile Kubo themselves, as the official releases have no CGO support.

See the included README.md for more information.

v0.8.0

13 Dec 21:34
1ad440b
Compare
Choose a tag to compare
  • Upgrade go-datastore (it now requires contexts on most methods)
    • This is a breaking change, you must provide a context in more places, trivially you can pass context.Background() or context.TODO()
  • Upgrade to go-ipfs@v0.11.0