How to upload from a URL to AWS S3 using HttpClient

前端 未结 0 1964
心在旅途
心在旅途 2020-12-31 05:35

I am trying to upload a file from a URL to an S3 bucket using a pre-signed URL.

My Code:

string downloadFileUrl = "";
string         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题