@FormParam("bucket") final String bucket,
@DefaultValue("s3") @FormParam("region") final String region,
@DefaultValue("syslog.s3auth.com:514") @FormParam("syslog")
final String syslog)
throws IOException {
final User user = this.user();
if (user.equals(User.ANONYMOUS)) {
throw FlashInset.forward(
this.uriInfo().getBaseUri(),
"please login first, in order to add new domains",
Level.SEVERE
);