We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5f312 commit 4202fcbCopy full SHA for 4202fcb
1 file changed
drivers/chunk/driver.go
@@ -53,8 +53,8 @@ func (d *Chunk) Drop(ctx context.Context) error {
53
return nil
54
}
55
56
-func (Addition) GetRootPath() string {
57
- return "/"
+func (*Chunk) GetRootPath() string {
+ return ""
58
59
60
func (d *Chunk) Get(ctx context.Context, path string) (model.Obj, error) {
0 commit comments