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

Commits on Aug 2, 2023

  1. fix(dav): use quota of destination in s3 chunk upload

    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>
    max-nextcloud authored and backportbot-nextcloud[bot] committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e9c9fb4 View commit details
    Browse the repository at this point in the history