[#450] Fix aws-chunked header workflow #489
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#489
Loading…
Reference in a new issue
No description provided.
Delete branch "pogpp/frostfs-s3-gw:bugfix/450_put_get_payload_range"
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?
Signed-off-by: Pavel Pogodaev p.pogodaev@yadro.com
8a7be9d05f
to0c4a9bdf03
0c4a9bdf03
to8f6ef17687
WIP: [#450] Fix aws-chunked header workflowto [#450] Fix aws-chunked header workflow8f6ef17687
tofc274b9ac0
eb03c729d3
to58089e7759
58089e7759
to805c5f977a
You have two commits with the same header.
@ -108,1 +108,4 @@
func (h *handler) getPutPayloadSize(r *http.Request) uint64 {
decodeContentSize := r.Header.Get(api.AmzDecodedContentLength)
decodedSize, _ := strconv.Atoi(decodeContentSize)
We do not ignore errors. At least use
805c5f977a
toedb28ed3be
edb28ed3be
to48ad6191e3
48ad6191e3
to42e72889a5