On 5/31/12 10:43 AM, "David Nalley" <david@gnsa.us> wrote:
>On Thu, May 31, 2012 at 12:35 AM, Rajesh Battala
><rajesh.battala@citrix.com> 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"} ] } }'
|