Closed
Description
Discussed in #2114
Originally posted by Tobias-08 September 20, 2022
Hi,
we are using Amazon S3 SDK (.NET) with Dell ECS. When sending a PutObjectTaggingRequest
Dell ECS responds with a "xml malformed" error. I debugged this issue and learned that it is caused by a missing xmlns
-attribute (xmlns="http://s3.amazonaws.com/doc/2006-03-01/"
) in the tagging
-element. When I added the xmlns
-attribute (manually in Fiddler) the request succeeded.
My question: Is it possible to inject the xmlns
-attribute with means of the Amazon SDK (are there extensions points?)?
Thanks!
Tobias