go-ds-s3 icon indicating copy to clipboard operation
go-ds-s3 copied to clipboard

An s3 datastore implementation

Results 18 go-ds-s3 issues
Sort by recently updated
recently updated
newest added

Hi, I've done this little change in the Dockerfile on my side for a personal project. The build is clearly inspired by the official [Kubo Dockerfile](https://github.com/ipfs/kubo/blob/master/Dockerfile). Imo it's make more...

need/author-input

when running `ipfs repo gc` getting below error. `2023-05-23T19:55:28.537Z DEBUG cmd/ipfs ipfs/main.go:151 config path is /data/ipfs Error: could not retrieve links for QmU5k7ter3RdjZXu3sHghsga1UQtrztnQxmTL22nPnsu3g: block was not found locally (offline): ipld:...

help wanted
P2

Without sharding in S3, it is unreasonable from a performance and cost perspective to use it as an IPFS datastore. This PR adds customizable sharding methods, matching the implementation of...

need/author-input

Garbage collection appears to be broken with this plugin. I have a working implementation of things where I can add / pin content, list content, get the size of the...

kind/bug
help wanted
P2
status/ready

Hi, I've met an issue using IPFS node built with the go-ds-s3 plugin. For now I can't be very sure about what the root cause is, but I'll provided as...

P2
need/analysis
status/inactive

Running `go get github.com/ipfs/go-ds-s3/plugin` yields ``` github.com/ipfs/go-ds-s3/plugin imports github.com/ipfs/go-ipfs/plugin imports github.com/ipfs/go-ipfs/core imports github.com/ipfs/go-ipfs/core/node/libp2p imports github.com/libp2p/go-libp2p-core/mux: cannot find module providing package github.com/libp2p/go-libp2p-core/mux github.com/ipfs/go-ds-s3/plugin imports github.com/ipfs/go-ipfs/plugin imports github.com/ipfs/go-ipfs/core imports github.com/ipfs/go-ipfs/core/node/libp2p imports github.com/libp2p/go-libp2p/p2p/discovery/mdns_legacy:...

help wanted
exp/novice
P2

According to docs, the go version needed for build 0.4.22 is go 1.12.7. [Go Version](https://dist.ipfs.io/go-ipfs/v0.4.22/build-info) ``` go version go1.12.7 linux/amd64 git sha of code: 4e981576b71665f2a9ba71fbf479204802a03a37 Linux raft 5.2.8.a-1-hardened #1 SMP...

need/triage

Version 2 of the Amazon S3 sdk is now modularized - see https://github.com/aws/aws-sdk-go-v2/issues/444 Updating to this should massively reduce the size of this plugin and may have performance benefits too....

P2
effort/hours
status/ready

When I follow the main explanation to run the plugin, it fails when I try to run the ipfs service. ``` Initializing daemon... go-ipfs version: 0.14.0-dev-123f1f61e Repo version: 12 System...

help wanted
P2

I have built ipfs with this plugin, and everything works fine, I see my files in S3 bucket. But in logs I see a lot of " Unsolicited response received...

need/triage