[#615] Use UNSIGNED_PAYLOAD
to check sign #615
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#615
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-s3-gw:bugfix/fix_check_signature_with_unsigned_payload"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use
UNSIGNED_PAYLOAD
to check signature if x-amz-content-sha256 isn't provided as signed headerhttps://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html
" You include the literal string UNSIGNED-PAYLOAD when constructing a canonical request, and set the same value as the x-amz-content-sha256 header value when sending the request to Amazon S3"
Signed-off-by: Denis Kirillov d.kirillov@yadro.com
UNSIGNED_PAYLOAD
to check sign317fb1ac6b
to3d5981e225
[#XX] Useto [#615] UseUNSIGNED_PAYLOAD
to check signUNSIGNED_PAYLOAD
to check sign3d5981e225
tob1eeb7e7ab
b1eeb7e7ab
to894faf0e65
894faf0e65
toaeaeb62e3b
@dkirillov can you add commit with the port of changelog data? It is not necessary but will be good to keep changelog relevant in master branch
I'll do it in my PR with SDK update.