This commit is contained in:
chrislu
2022-08-27 00:09:04 -07:00
parent 27c7611ebf
commit 87b70a6809
2 changed files with 1 additions and 159 deletions

View File

@@ -99,7 +99,7 @@ func (s3sink *S3Sink) DeleteEntry(key string, isDirectory, deleteIncludeChunks b
key = cleanKey(key)
if isDirectory {
key = key + "/"
return nil
}
return s3sink.deleteObject(key)