Thanks for your reply Craig. As you said I am getting the below response when I go to to http://cluster.hostname/
<ListAllMyBucketsResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/" class=" cd-browser-extension"> <Owner> <ID>anonymous</ID> <DisplayName/> </Owner> <Buckets/> </ListAllMyBucketsResult> But my question is while I am trying to create new bucket with my Java program by setting the following attributes Endpoint Accesskey Secretkey Bucket Name With these I am getting the java.net.UnknownHostException I am getting the connection established but Bucket creation is an issue. Appreciate your help. Thanks From: Craig Lewis [mailto:[email protected]] Sent: Wednesday, June 18, 2014 4:35 PM To: Prabhat Kumar -X (prabhaku - INFOSYS LIMITED at Cisco) Cc: [email protected] Subject: Re: [ceph-users] Using S3 REST API You went through the RadosGW configuration at https://ceph.com/docs/master/radosgw/config/ ? Once you complete that, you can test it by going to http://cluster.hostname/. You should get <ListAllMyBucketsResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/" class=" cd-browser-extension"> <Owner> <ID>anonymous</ID> <DisplayName/> </Owner> <Buckets/> </ListAllMyBucketsResult> If you get a 500 error, you'll need to go through the apache error_log and the radosgw logs to figure out what's wrong. A common mistake is not starting both apache and the radosgw daemon. On Wed, Jun 18, 2014 at 9:49 AM, Prabhat Kumar -X (prabhaku - INFOSYS LIMITED at Cisco) <[email protected]<mailto:[email protected]>> wrote: Hi All, I am new to ceph and trying to make use of S3 REST API but not able to create connection with my end point. Is there any document or guide to implement connectivity using S3 REST API? Thanks Prabhat _______________________________________________ ceph-users mailing list [email protected]<mailto:[email protected]> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
_______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
