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

return error codes are not working for single shot uploads #694

Open
Tulsishah opened this issue Oct 25, 2024 · 0 comments · May be fixed by #699
Open

return error codes are not working for single shot uploads #694

Tulsishah opened this issue Oct 25, 2024 · 0 comments · May be fixed by #699
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@Tulsishah
Copy link
Contributor

Thanks for stopping by to let us know something could be better!

I was trying to run the following retry_test:

curl -X POST "http://localhost:5000/retry_test" -H 'Content-Type: application/json' -d '{"instructions":{"storage.objects.insert": ["return-503-after-3072K"]},"resources": ["BUCKET", "OBJECT"]}'

I observed that the error only occurred when uploading data larger than the chunk size (e.g., during resumable uploads). When uploading data smaller than the chunk size, the error did not happen.

@Tulsishah Tulsishah added priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
1 participant