Skip to content

Commit

Permalink
S3: HeadObject operation requires GetObject auth (#8334)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitani authored Nov 30, 2024
1 parent 147049e commit 59fd5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moto/s3/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
},
"KEY": {
"HEAD": {"DEFAULT": "HeadObject"},
"HEAD": {"DEFAULT": "GetObject"},
"GET": {
"uploadId": "ListMultipartUploadParts",
"acl": "GetObjectAcl",
Expand Down

0 comments on commit 59fd5a1

Please sign in to comment.