Skip to content

Releases: ipfs/go-ds-s3

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 [email protected]

Release v0.7.0

19 Feb 16:47
1f4bf9d
Compare
Choose a tag to compare
  • Update to go-ipfs 0.8.0
  • Support setting the credentials endpoint in the go-ipfs plugin config (#151).

v0.6.0

23 Sep 22:11
5e262ef
Compare
Choose a tag to compare
  • Updated for go-ipfs v0.7.0 #127
  • Add credentials endpoint provider, for e.g. ECS/Fargate #107

v0.5.0

29 Apr 23:40
70abfd3
Compare
Choose a tag to compare

Release 0.5.0 for go-ipfs 0.5.0.

v0.4.0

16 Jan 16:37
9731d7f
Compare
Choose a tag to compare
Merge pull request #54 from ipfs/dependabot/go_modules/github.com/aws…