> +   
> +   /** 
> +    * The maximum length of an object name is 1024 (bytes). 
> +    */
> +   int MAX_LENGTH_OBJECT_NAME = 1024;
> +   
> +   /** 
> +    * The maximum length of HTTP requests is 5 (gigabytes). 
> +    */
> +   int MAX_LENGTH_HTTP_REQUEST = 5;
> +
> +   /** 
> +    * For an integer value n, limits the number of results to at 
> +    * most n values.
> +    */
> +   String LIMIT = "limit";

Could you explain how the value of this constant relates to the doc comment? 
Sorry, confused here...

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r6383678

Reply via email to