Hey.
I'm building a simple App to manage images in a S3 bucket.
I've successfully connected to the bucket and I can list and get images.
However, when it comes to uploading, I'm receiving the 'Failed to Fetch' error. I'm not familiar with AWS infrastructure and I'm told the CORS are configured.
What else could be wrong?
I assume you set a default bucket inside the configuration for the resource itself? And have you tried implementing @SalmanMaqbool's recommendation? It's always possible that there is an issue with the bucket CORS, as well.
Let us know if you're still having trouble uploading so that we can take a closer look.