> + * 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> {

Again specified in the API. I don't know how often API specifications change, 
but I don't mind removing it if you think it will help reducing maintenance of 
the provider.

I also added a reference to 
http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-put.html for 
clarity.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/4/files#r13036448

Reply via email to