Upload to s3 with curl using pre-signed URL (getting 403)

后端 未结 4 1795
南旧
南旧 2021-02-12 11:59

I\'m using curl to call into a Java ReST API to retrieve a URL. Java then generates a pre-signed URL for S3 upload using my S3 credentials, and returns that in the ReST reply. C

4条回答
  •  广开言路
    2021-02-12 12:34

    when doing this with curl, you need to place the url in single quotes or else half of the query string gets chopped off (the part with the key/signature).

提交回复
热议问题