> +
> +            @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;

copy from ```org.jclouds.aws.filters.FormSignerV4```
current, s3 api havn't any api version parameters, it's use in ec2 or other aws 
api...


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

Reply via email to