Jānis Bebrītis
Jānis Bebrītis
Defining `acme.cert-manager.io/http01-override-ingress-name` (where ingress-name is an actual resource name) in certificate resource annotations seems to have solved our issue. But this is just a workaround for the issue that cert-manager...
Is there an example backend or other product where that method actually works? I noticed something similar in the codebase, but either i don't know how to enable it or...
Thank You for checking the tests, @ivandeex, i'll fix them. @ncw, I noticed that the file listing for directory objects is already implemented in rclone, but the part that creates...
This is up for reviewing again. Seems to work as expected on S3/Minio and GCS
Suggested fixes done, custom API calls removed in favor of `Put` and `Remove` methods. The fix was adjusting `split` method to reattach the trailing slash if it was there before...
Forgot to run the coding standards check `gofmt -w`, fix commited.
Of course I forgot to lint the test files themselves.. Is weird that it did not complain about `markerFileObject.Remove(ctx)` though.
:heavy_check_mark: Branch rebased on master, linter test rerun.
I'm struggling with `CanHaveEmptyDirectories`, can't pass the `FsMkdirRmdirSubdir` test. `go test -run=TestIntegration2/FsMkdir/FsMkdirRmdirSubdir -v` fails with ``` expected: []string{"dir", "dir/subdir"} actual : []string{} ``` If I edit the test (fstests.go) and...
Rebased on latest master to fix conflicts with `DownloadURL` changes.