S3 POST request to S3 with response 405

后端 未结 2 1772
清歌不尽
清歌不尽 2021-01-05 10:59

I have the following CORS configuration for S3 in order to use one of my buckets as a static website hosting:



        
2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-05 12:00

    If you want to use POST request to S3, you need to use root object in your browser by creating POSTPolicy to get S3 authentication

    you can refer Browser-Based Upload using HTTP POST

提交回复
热议问题