-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Always use a temp file for swift writes #15168
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
Conversation
Apparently the if statement doesn't work in all cases (even if I could not reproduce it). So for the time being we will just not directly stream to swift. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
/backport to stable16 |
|
/backport to stable15 |
|
/backport to stable14 |
|
backport to stable16 in #15203 |
|
backport to stable15 in #15205 |
|
The backport to stable14 failed. Please do this backport manually. |
As far as I remember in v14 swift storage worked without this problem. It came up with upgrade to v15. |
Correct. I was a bit to fast with the backports ;) |
Fixes #13554 (again)
Apparently the if statement doesn't work in all cases (even if I could
not reproduce it). So for the time being we will just not directly
stream to swift.
Signed-off-by: Roeland Jago Douma roeland@famdouma.nl