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

前端 未结 3 1371
清酒与你
清酒与你 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:12

    It sounds like you want S3 itself to download the file from a remote server where you only pass the URL of the resource to S3.

    This is not currently supported by S3.

    It needs an API client to actually transfer the content of the object to S3.

提交回复
热议问题