Fine Uploader to S3 bucket getting 405 Method Not Allowed error

后端 未结 2 1880
天命终不由人
天命终不由人 2021-01-18 07:20

I have been banging my head against the wall on this and am entirely stumped. I am trying to use FineUploader to upload files directly to my Amazon S3 bucket. I have essenti

2条回答
  •  遥遥无期
    2021-01-18 08:03

    I'm guessing this is a DNS issue created when you mapped your custom domain name to your S3 bucket. After resolving upload.roughdrag.com, it looks like you have mapped this CNAME to "upload.roughdrag.com.s3-website-us-east-1.amazonaws.com". Try mapping that CNAME to "upload.roughdrag.com.s3.amazaonaws.com" instead.

    Update 1:

    If you are still seeing issues after this change, I would post in the AWS S3 forums. Hopefully an employee will answer. There may be an issue with your bucket/CNAME that I cannot see from my end. It looks like a POST request to upload.roughdrag.com.s3.amazonaws.com goes though, but there are issues sending a POST request to upload.roughdrag.com. I verified this with Postman.

    Update 2:

    With your latest CNAME change, it looks like POST requests are being accepted by S3.

提交回复
热议问题