Found it!
just add a slash here (after the arguments.bucketName):

<!--- Create a canonical string to send based on operation requested ---> 
                <cfset var cs = 
"PUT\n\ntext/html\n#dateTimeString#\nx-amz-acl:#arguments.acl#\n/mywebsitename/#arguments.bucketName#/">
 
and here:

<cfhttp method="PUT" 
url="http://s3.amazonaws.com/mywebsitename/#arguments.bucketName#/"; 
charset="utf-8">       

("mywebsitename" is the bucket I was adding another bucket to)

The latest cfc wrapper can be downloaded here: http://amazons3.riaforge.org/

Andrew.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312867
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to