I just started using AWS Amplify not long ago and I've encountered this problem.
Initially, I have a cognito user(user_1) registered under AWS Amplify Auth. Whenever I logged in to user_1 and perform Storage.get, it worked perfectly fine.
Then, I kept getting 'NoSuchKey' and 404 (Not Found) errors after performing Storage.get using user_2, a newly registered user under AWS Amplify Auth.
This is the comparison of the actual s3 file url and the error url.
Does anyone know how to fix this?