Hi All,

I've been playing around with the awss3lib (
http://www.code.google.com/awss3lib ) and looking at the documentation for
Amazon's S3 ( http://docs.amazonwebservices.com/AmazonS3/2006-03-01/ )and I
was wondering if anyone managed to get the ACL working with the awss3lib?

If so, can you explain how you did it?

The documentation says that we need to add a header "
x-amz-acl:{*private, *public-read,
etc} to the PUT request but I can't seem to do it properly. I figured that I
need to modify the authorization string but the one that the awss3lib
doesn't seem to have headers. e.g. instead of "Content-Type: text/plain"
it's just encoding "text/plain" and yet the request header has the full
thing (Content-Type: text/plain). I tried adding "x-amz-acl:public-read" to
the request header, and then to the authorization string but it comes back
as an error 2038.

Any help would be appreciated!

Thanks!
-Daniel

-- 
-------------
e: [EMAIL PROTECTED]
w: http://DanielTse.com/
-------------

Reply via email to