Hi,

Has anyone used boto (python amazon S3 library) to upload files to
radosgw?  I have recently upgraded to 0.56.1 and my javascript code that
I wrote to upload from within the browser is working fine.

When I use the boto library I am getting 500 errors in my apache error logs

FastCGI: comm with server "/var/www/ceph/s3gw.fcgi" aborted: error
parsing headers: duplicate header 'Status'

I have captured the incoming request and it seems valid.

PUT /zeta/rhel5.list HTTP/1.1
Host: myobjstore.mydomain.com
Accept-Encoding: identity
Content-Length: 15909
Content-MD5: UZj3mZeD8WbVeeqFqS81vA==
Expect: 100-Continue
Date: Thu, 17 Jan 2013 19:00:37 GMT
User-Agent: Boto/2.6.0 (linux2)
Content-Type: application/octet-stream
Authorization: AWS ###:###

Found this ticket which seems very similar but is 2 years old.

  http://tracker.newdream.net/issues/439

Currently radosgw does not seem to have much in the way of logging of
the connection. It has a log file but I have never been able to get it
to log anything.  Is there anyway to get it to spit out a bit more of
what it is doing or what it is sending back to the client?

Thanks,
derek

-- 
---
Derek T. Yarnell
University of Maryland
Institute for Advanced Computer Studies
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to