Hi, I'm trying to do exactly the same as @sfali in #35. The problem in #35 was addressed in #198 (release 2.1.18), but I'm still seeing a very similar error from Alpakka:
After a bit of investigation, I discovered that the completeMultipartUploadmethod is still returning a Content-Type of application/x-www-form-urlencoded, which causes Alpakka to choke.
Is this the expected behaviour? I couldn't see a specified Content-Type in the S3 docs, but Alpakka is definitely expecting application/xml.
Hi, I'm trying to do exactly the same as @sfali in #35. The problem in #35 was addressed in #198 (release 2.1.18), but I'm still seeing a very similar error from Alpakka:
After a bit of investigation, I discovered that the
completeMultipartUpload
method is still returning aContent-Type
ofapplication/x-www-form-urlencoded
, which causes Alpakka to choke.Is this the expected behaviour? I couldn't see a specified
Content-Type
in the S3 docs, but Alpakka is definitely expectingapplication/xml
.Regards, Stefans