-
I've checked S3 and it looks like there is no folder named
689c2aca-9fb5-4884-805a-2801a667b7d2
while there should be if the file was uploaded. Most likely file failed to upload by we still have old entries inslots
repository which is used as a source of the list of files to remove. -
It looks like the issue was caused by "deleting" an empty list of files with the use of the
DeleteObjects
AWS S3 action which expects a list of files. The exception reported is about XML not well-formed, so most likely not matching schema (object to remove tag may be required to appear at least one time).I've applied a fix to our code to skip requests to AWS if there are no files in the slot (were not uploaded or were already removed).
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.2.0
|
Issue Votes (0)
Watchers (0)