Git'Fellow

Results 424 comments of Git'Fellow

Code shoud go trough a [go fmt](https://go.dev/blog/gofmt).

S3 is "coming soon" since 2022... πŸ’­ SFTP is broken (not using standards). So API is the better option (also because there are **no egress fees using the API**).

> It is really simple compared to S3. Four API calls that can be done via curl, if you desire. @l0wl3vel regarding this, if this can simplify things, is the...

@l0wl3vel I'm not a Go developer, I'm afraid i can't help so much here 😿

> net/url from the standard library is not able to parse the URL you are trying to input. Throwing an error is apparently not ok, since the test case failed....

Should be fixed by https://github.com/juicedata/juicefs/pull/3328

Well, give it a try trough testing and mention it in the docs if you (project owners) think it's fuly compatible :)

No problem, maybe https://github.com/dragonflydb/dragonfly/pull/1375 get things better πŸ˜‰

@romange what can explain Dragonfly up to 50% slower than redis? πŸ€”

If this helps, i've had some problems too using `mount`, i've switched to a `service` since. ``` [Unit] Description=JuiceFS mount AssertFileIsExecutable=/usr/local/bin/juicefs After=network-online.target systemd-resolved.service Requires=network-online.target [Service] # Environment variables Environment=JFS_RSA_PASSPHRASE=xxxxxxxxxxxxxx #...