When we import catalog items using Catalog API, we fetch the images associated with items as well.
We used to get them in the format like this: https://square-production.s3.amazonaws.com/files/9247ddf629d8737d966ca7970115fdf5e60b0e8c/original.jpeg
Which is public and accessible to download, but we have recently tried to import an image for one of our sellers that has a different format and it returns an error “Access Denied” when we try to fetch it.
https://s3.amazonaws.com/trycaviar.com/mcs/merchants/mer-K78mmHxrI05xcSDo7fk4jQ/image-20200508220808.jpg
Is there any way we can fix this issue?