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

[stable15] Fix empty file uploads to S3 (and other streaming storages) #14273

Merged
merged 5 commits into from
Feb 20, 2019

Conversation

rullzer
Copy link
Member

@rullzer rullzer commented Feb 18, 2019

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
The stream is already closed at this point. Which means feof will always
return false. We have to determine if the stream is EOF in the
preCloseCallback. And pass this info along. Then the logic works as
expected.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
@rullzer rullzer force-pushed the backport/14210/stable15 branch from 09a8f05 to 141ea50 Compare February 19, 2019 09:16
@rullzer
Copy link
Member Author

rullzer commented Feb 19, 2019

Rebased

Fixes #14298

If a storage doesn'tclose the write stream then $isEOF is not yet set.
So we have to fallback.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
@MorrisJobke
Copy link
Member

I added the commit from #14299 as well to this PR 👍

@MorrisJobke MorrisJobke mentioned this pull request Feb 20, 2019
4 tasks
@rullzer
Copy link
Member Author

rullzer commented Feb 20, 2019

Of course also 👍 from me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants