> 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,
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