I'm using createSimpleUpload method for uploading a gzipped png file.
I tried both sending queryParamaters array like:
["Content-Encoding" : "gzip"]
And also tried to send Content Encoding under MediaType:
mediaType: MediaType(type: "image", subType: "png", parameters: ["Content-Encoding" : "gzip"])
Both did failed.
I expected result as following. I think It needs to be set to httpHeaders, How can I pass Content-Encoding as metadata of object?
