Releases: ipfs/go-ds-s3
go-ds-s3-plugin/v0.28.0
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
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
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
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
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
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
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
What's Changed
- Release v0.9.0 by @hsanjuan in #238
- Add Docker support by @koxon in #245
- ci: uci/delete-templates by @web3-bot in #263
- ci: uci/copy-templates by @web3-bot in #265
- Update to Kubo v0.23.0 - add prebuilt-binary pipeline by @hsanjuan in #268
New Contributors
Full Changelog: v0.9.0...v0.10.0
go-ds-s3-plugin/v0.23.0
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
- 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()
orcontext.TODO()
- This is a breaking change, you must provide a context in more places, trivially you can pass
- Upgrade to [email protected]