S3 upload "Fail to Fetch" - works for GET

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?

upload_S3

Please click on Use a dropdown and select Binary.
I am supposing that you know the file path is correct according to your S3.

Welcome to the community, @i52sacaa! :slightly_smiling_face:

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.

1 Like

Hey Darren,
yes, that recommendation worked. Marked as Solution now

1 Like