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

[stable26] fix(dav): use quota of destination in s3 chunk upload #39679

Merged
merged 1 commit into from Aug 2, 2023

Conversation

backportbot-nextcloud[bot]
Copy link

Backport of #39672

Resolves: #39228.
Check the free space on the destination.

Before it was checking the free space on `$storage`
which is the upload storage of the user who triggered the upload.
This led to user quota being applied
even when uploading to a share with unlimited space.

Signed-off-by: Max <max@nextcloud.com>
@blizzz blizzz mentioned this pull request Aug 2, 2023
@blizzz blizzz added the 4. to release Ready to be released and/or waiting for tests to finish label Aug 2, 2023
@nickvergessen nickvergessen merged commit b5ebcea into stable26 Aug 2, 2023
36 of 37 checks passed
@nickvergessen nickvergessen deleted the backport/39672/stable26 branch August 2, 2023 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants