Joshua Noble

Results 28 comments of Joshua Noble

@Jorropo The title of this issue is: `ipfs pin remote ls skips files that are created within a second of each other`. We are having the exact same problem. If...

Bump to this. I'm also able to setup an Ant farm locally, but more than half the time contracts will never form. Blocks are being mined though, and I'm also...

One thing I noticed is that a user can specify a Let's Encrypt certificate ID by annotation. For example: `"service.beta.kubernetes.io/do-loadbalancer-certificate-id" = "234h23h32-2244-4jk4-k4723-72b2f36ce721"` I'm currently doing this with a service of...

@kmlebedev Sure, it's pretty basic using AWS CLI: ```aws s3 ls s3://bucket-name```

@kmlebedev I tried reproducing this locally using MySQL filer and `weed server -dir=seaweedfs -s3`. I could not reproduce it using a bucket with 25,000 keys. Therefore, this bug must be...

@kmlebedev @chrislusf I have managed to work around this for now. I have found that simply commenting out these 3 lines restores the proper pagination behavior: https://github.com/chrislusf/seaweedfs/blob/master/weed/s3api/s3api_objects_list_handlers.go#L312-L314 `isTruncated` is set...

> > @kmlebedev @chrislusf I have managed to work around this for now. I have found that simply commenting out these 3 lines restores the proper pagination behavior: https://github.com/chrislusf/seaweedfs/blob/master/weed/s3api/s3api_objects_list_handlers.go#L312-L314 >...

@chrislusf As far as I'm aware, this is still an open bug. SeaweedFS listing 10,000 keys by default (which does not match AWS) is fine. The problem here is that...

> @xdadrm I think that is the right path. Looks like my filers are out of sync. Going to try backing up and retrying. Not sure why or how they...

@gbish Have you made any progress with this issue? Curious to know where you've placed this `if` statement.