Re: [ceph-users] java.net.UnknownHostException while creating a bucket

2014-06-18 Thread Craig Lewis
> java.net.UnknownHostException: my-new-ceph-bucket.svl-cephstack-05.cisco.com Amazon's S3 libraries generate the URL by prepending the bucket name to the hostname. See https://ceph.com/docs/master/radosgw/config/#enabling-subdomain-s3-calls Aside from the RadosGW configuration mentioned above,

Re: [ceph-users] java.net.UnknownHostException while creating a bucket

2014-06-18 Thread Patrick McGarry
moving this to the ceph-user list instead of -owner. On June 18, 2014 at 2:54:06 PM, vijayalaxmi nattu (vijayalaxmi.na...@gmail.com) wrote: AWSCredentials credentials = new BasicAWSCredentials(accessKey, secretKey);         ClientConfiguration clientConfig = new ClientConfiguration();         c