9
Views
0
Comments
[AWSSimpleStorage] Cannot upload using a Presigned URL when Metadata is specified.
Question
AWSSimpleStorage
Forge asset by Stefan Weber

I am using AWS Simple Storage (ODC) to generate a Presigned URL and then upload a file. Since I want to store additional metadata {file-id: 412}, I have declared it as follows. 


After generating the Presigned URL, I am unable to upload the file. 

I tried adding the header x-amz-meta-file-id to the Headers, but I encountered the same error. 
I already tried to generate presigned URL by using Python, and I can confirmed that was OK, I can upload and metadata was saved.

How can I resolved this problem in Outsystems? Thank for your help.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.