Set Content-Length
for s3 requests #176
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/xk6-frostfs#176
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
We have size, may send it as well.
_, err := c.cli.PutObject(c.vu.Context(), &s3.PutObjectInput{
This may or may not be an option. Likely not, but it would be nice to measure the difference in results.
FYI @dkirillov @alexvanin
If you will send correct size to s3-gw that will be the same as missing content-length. So I expect no difference
size := h.getPutPayloadSize(r)
I was under the impression that this number finds it's way into
PayloadSize
field of the native object.Or no?