No longer require ContentType for PutAttachment()
The CouchDB server automatically falls back to application/octet-stream
when a Content Type is omitted for file attachments, but prior to this, the driver prevented omitting that value. This allows omitting it, and falling back to the server default.