-
Notifications
You must be signed in to change notification settings - Fork 75
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
Fix Kernel::System::Storage::S3::DiscardObjects #1745
Comments
Tried to debug this. The request that should delete cached JS and CSS looks OK.
|
Still no idea why this does not work. It's likely not a privilege issue, as MinIO should return an Error for each element it can't delete. |
This bug has not only bad effects for the cleanup of loader files. There are also problems when dealing with encrypted emails. Because the objects are not cleared out in Kernel/Output/HTML/ArticleCheck/PGP.pm the decrypted files end up with unexpected name. E.g. file1.txt is stored as file1-1.txt . |
if DeleteMultipleObjects is assumed to have problems
…bjects Issue #1745 delete multiple objects
Added fallback to delete the single objects in a loop. Verified manually that |
When MinIO is used as a S3 backend that the console command
Maint::Loader::CacheCleanup
does not delete the files in MinIO.TODO:
The text was updated successfully, but these errors were encountered: