Search Results

2
votes

Need assistance with diagnosing SOAP packet problem with Amazon S3

If you want to send the data in the SOAP message itself, you need to use PutObjectInline, and not PutObject (which expects the data to be a DIME attachment). see …