PUT file to S3 with presigned URL

后端 未结 2 760
自闭症患者
自闭症患者 2021-02-07 06:15

I\'ve been playing with Amazon S3 presigned URLs all night attempting to PUT a file. I generate the presigned URL in java code.

    AWSCredentials credentials =         


        
2条回答
  •  感情败类
    2021-02-07 06:54

    Ran into this problem as well. We're already tracking when the file is uploaded on the backend, so our work around was to set the content type after the client uploads the file using the Rails app with a call to copy_from.

提交回复
热议问题