On 5/31/12 10:43 AM, "David Nalley" <[email protected]> wrote:
>On Thu, May 31, 2012 at 12:35 AM, Rajesh Battala ><[email protected]> wrote: >> Hi David, >> >> I had tried listCapabilities, it won't tell us about S3 is enabled or >>not. >> One more way is, if we send request from boto client to our CS, if S3 >>is disabled then in the log it will show that S3 is disabled. >> >> If there are any other methods, sorry am not aware of them. >> > >listConfigurations perhaps? I haven't tried it, but perhaps. > >--David Yes. The response looks like '{ "listconfigurationsresponse" : { "count":1 ,"configuration" : [ {"category":"Advanced","name":"enable.s3.api","value":"true","description": "enable Amazon S3 API on CloudStack"} ] } }'
