> +
> +            @Override
> +            public String service() {
> +                return service;
> +            }
> +
> +            @Override
> +            public String region(String host) {
> +                return AwsHostNameUtils.parseRegionName(host, service());
> +            }
> +        }
> +    }
> +
> +    private final SignatureWire signatureWire;
> +    private final String headerTag;
> +    //    private final String apiVersion;

Why commented out code?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/678/files#r24492208

Reply via email to