Browse Source

better clean up upload directory

pull/2813/head
chrislu 3 years ago
parent
commit
18ae8943ef
  1. 1
      weed/s3api/filer_util.go

1
weed/s3api/filer_util.go

@ -59,6 +59,7 @@ func doDeleteEntry(client filer_pb.SeaweedFilerClient, parentDirectoryPath strin
Name: entryName,
IsDeleteData: isDeleteData,
IsRecursive: isRecursive,
IgnoreRecursiveError: true,
}
glog.V(1).Infof("delete entry %v/%v: %v", parentDirectoryPath, entryName, request)

Loading…
Cancel
Save