Amazon S3 Signature Does Not Match - AWS SDK Java

前端 未结 8 1954
不知归路
不知归路 2021-01-01 12:18

I have a play application that needs to upload files to S3. We are developing in scala and using the Java AWS SDK.

I\'m having trouble trying to upload files, I keep

8条回答
  •  青春惊慌失措
    2021-01-01 12:59

    Got a problem, the mime type on windows was setting the fileType to empty string and it didn't work. Just handle empty strings and add some file type.

提交回复
热议问题