fixed cache invalidation
This commit is contained in:
@@ -61,7 +61,7 @@ func (i ID) Parent() *ID {
|
||||
|
||||
parent := &ID{
|
||||
Bucket: i.Bucket,
|
||||
Key: filepath.Dir(i.Key),
|
||||
Key: filepath.Dir(i.Key) + "/",
|
||||
}
|
||||
|
||||
parent.Normalize()
|
||||
|
||||
Reference in New Issue
Block a user