Skip to content

Commit

Permalink
fix: s3 delete reponse typo (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenos authored Nov 7, 2024
1 parent 5be767e commit 3c19f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/protocols/s3/s3-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ export class S3ProtocolHandler {

return {
responseBody: {
DeletedResult: {
DeleteResult: {
Deleted: deleted,
Error: errors,
},
Expand Down

0 comments on commit 3c19f8d

Please sign in to comment.