Skip to content

Commit 3c19f8d

Browse files
authored
fix: s3 delete reponse typo (#583)
1 parent 5be767e commit 3c19f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/protocols/s3/s3-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ export class S3ProtocolHandler {
970970

971971
return {
972972
responseBody: {
973-
DeletedResult: {
973+
DeleteResult: {
974974
Deleted: deleted,
975975
Error: errors,
976976
},

0 commit comments

Comments
 (0)