> @@ -77,7 +78,7 @@ public static String getBucketName(HttpRequest req) {
>
> String bucketName = null;
>
> - ImmutableList<Parameter> parameters =
> request.getInvocation().getInvokable().getParameters();
> + List<Parameter> parameters =
> Reflection2.getInvokableParameters(request.getInvocation().getInvokable());Sounds good - `List<...>` it is, then! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/164/files#r6723934
