//S3Object container = conn.getObject(new GetObjectRequest(cid.concat(awsBucketLocation.toString()), id));
//container.getObjectContent().close();
if(exists(bucketName, cid+"/"+id))
return new String[]{cid, id};
else
throw new StorageCloudException("AWSS3Exception:: Key not exist");
}