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.
2 parents 40adb5c + 2439e72 commit 4cf79b4Copy full SHA for 4cf79b4
1 file changed
model/vfs/vfsswift/fsck_v3.go
@@ -91,6 +91,9 @@ func (sfs *swiftVFSV3) checkFiles(
91
return nil, err
92
}
93
for _, obj := range objs {
94
+ if obj.Name == "avatar" {
95
+ continue
96
+ }
97
if strings.HasPrefix(obj.Name, "thumbs/") {
98
objName := strings.TrimPrefix(obj.Name, "thumbs/")
99
idx := strings.LastIndex(objName, "-")
0 commit comments