According to the UiPath documentation here: Orchestrator - Queue Item Retention Policy
When queue items are archived they’re put into a Zip file, in a Storage Bucket, named something like this: Archive/Queues/Queue-1d1ad84a-a06c-437e-974d-696ae66e47c2/2022-05-26-03-00-08-496.zip
That naming convention is awful. Just use the queue name instead of the queue key. This way we could have just one Storage Bucket for queue item archiving and then it would be easy to see which Zip file is for which queue.
The way you’re naming these files, we are going to have to create a Storage Bucket for every queue so we can know what the archive Zip file is for.