Hi zack-shoylev, Probably I could have inferred it from the context, but I missed it. At the beginning I tried : `.objectCount(2)` but I would get an error : > The method objectCount(Long) in the type Container.Builder is not applicable > for the arguments (int) I didn't realize at the moment it would be enough with : `.objectCount(2L)` I will ammend that now, and update it this way.
--- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/923#issuecomment-190292154
