Is it possible to upload to S3 directly from URL using POST?

前端 未结 3 1375
清酒与你
清酒与你 2020-12-03 04:24

I know there is a way to upload to S3 directly from the web browser using POST without the files going to your backend server. But is there a way to do it from URL instead o

3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-03 05:15

    I found this article with some details. You will probably have to modify your buckets' security settings in some fashion to allow this type of interaction.

    http://aws.amazon.com/articles/1434

    There will be some security issues on the client as well since you never want your keys publicly accessible

提交回复
热议问题