Hmm I am getting confused now. Here's what I tried:

<cfcomponent>
    <cfset this.Sessionmanagement=true>          
    <cfset this.s3.accessKeyId = "xxxxxxxxx">
    <cfset this.s3.awsSecretKey = "xxxxxxxxxxxx">
...

However when I tried again now it seemed to work (setting the keys that is)... 
but I got the same error about my bucket not being a folder. I made sure to 
re-init those vars.

Regards,

Stefan





On 10 Feb 2011, at 13:23, Raymond Camden wrote:

> 
> No, you said a script based App.cfc worked, but not tag based. I'd
> like to see your tag based App.cfc that failed.
> 
> On Thu, Feb 10, 2011 at 7:09 AM, Stefan Richter <ste...@flashcomguru.com> 
> wrote:
>> 
>> Sure, it is simply this:
>> 
>> <cfset files = directoryList("s3://blah.site.com")>
>> <cfdump var="#files#">
>> 
>> Is that what you need?
>> 
>> The above worked yesterday (falling over on the modified date issue), but 
>> I've just tried again and now it won't work at all. Now I get this error 
>> when trying to list by bucket root contents:
>> An error occurred when performing a file operation listFiles on file /.
>> 
> 
> I'll file a bug report on it.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342096
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to