For some users, I upload a file with a key. For other users, I don't upload a file with a key. When I want to fetch all users files, I only want to fetch files if the key exists. Right now, I have to try fetching a file for every user and catch the errors if the key doesn't exist. This makes the console ugly and it wastes computation.