> + * limitations under the License.
> + */
> +package org.jclouds.glacier.predicates.validators;
> +
> +import org.jclouds.predicates.Validator;
> +
> +import com.google.common.base.CharMatcher;
> +import com.google.inject.Singleton;
> +
> +/**
> + * Validates Vault names according to Amazon Vault conventions.
> + *
> + * @author Roman Coedo
> + */
> +@Singleton
> +public class VaultNameValidator extends Validator<String> {Pretty much the same question as above: do we know how often these rules are likely to change? If often, can we avoid "catch-up" maintenance in jclouds by letting the call fail server-side, and allowing users/developers to fix their application in response? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/4/files#r13034756
