Closed mzur closed 10 months ago
I tracked the error down to possible issues with the AWS SDK or RGW S3. More information here: https://github.com/aws/aws-sdk-php/issues/2704
The AWS SDK maintainers won't consider an update and I got no response from the RGW maintainers.
As a workaround, we should detect files larger than 5 GB, containing spaces in their names, here. If such a file is detected, it should be excluded from the list of added files and a warning message should be displayed (something like "Spaces in filenames can sometimes lead to errors. Please remove all spaces from the filenames.").
We could also automatically replace all spaces with _
for these files (while showing a notice about this to the user). I'm raising the priority because I had a few more of these cases and it's very time consuming to fix manually.
@lehecht Whenever you have time for bugfixing again, could you please prioritize this issue? Replacing spaces with _
in JS should be easy to implement.
There was an error in the ApproveStorageRequest job where a file larger than 5 GB should be copied. The error looked like this:
Try to reproduce this and fix the issue.