boolean success = false;
try {
txn = TransactionLegacy.open(TransactionLegacy.AWSAPI_DB);
if (bucketDao.getByName(request.getBucketName()) != null)
throw new ObjectAlreadyExistsException("Bucket already exists");
shost_storagelocation_pair = allocBucketStorageHost(
request.getBucketName(), null);
SBucketVO sbucket = new SBucketVO(request.getBucketName(),
DateHelper.currentGMTTime(), UserContext.current()