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

Fixed uploads that fail due to removing cbox account from ACL #4969

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

jessegeens
Copy link
Contributor

Uploads would return a 500 error, even though they succeeded, due to a failed Stat after an upload. The Stat failed because it was executed as cbox, which no longer has access to user files. This is fixed by using the user's auth now instead.

Copy link

update-docs bot commented Nov 22, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@jessegeens jessegeens force-pushed the fix/upload-bug-without-cbox-acl branch from bf2f688 to a9e1e2a Compare November 22, 2024 13:12
@jessegeens jessegeens marked this pull request as ready for review November 22, 2024 13:58
@jessegeens jessegeens requested a review from diocas as a code owner November 22, 2024 13:58
@jessegeens jessegeens merged commit a78f77b into master Nov 25, 2024
16 checks passed
@glpatcern
Copy link
Member

For the record, this was reverted with commit 4820f8ca4d95bee8 and a different solution is being developed.

@diocas diocas deleted the fix/upload-bug-without-cbox-acl branch November 29, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants