Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure s3 requests send a null body when unset #60

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

oleiade
Copy link
Member

@oleiade oleiade commented Aug 15, 2023

As I was experimenting and debugging around #50, I tracked down one of the main issues to be true that the request bodies were wrongly handled when unset.

Great catch @w0rd-driven 👏🏻

This Pull Request now ensures S3 requests without a body are passed to k6 with their body set to null.

In the experimentations I've made with DigitalOcean spaces, it seems to have fixed most of the issues I was encountering.

@oleiade oleiade self-assigned this Aug 15, 2023
@oleiade oleiade added the bug Something isn't working label Aug 15, 2023
@oleiade oleiade added this to the v0.10.0 milestone Aug 15, 2023
@oleiade oleiade force-pushed the fix-s3-requests-null-bodies branch from c4bfb05 to 9284a09 Compare August 15, 2023 12:24
@oleiade oleiade merged commit 5a826ef into main Aug 16, 2023
@oleiade oleiade deleted the fix-s3-requests-null-bodies branch August 16, 2023 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant