> @@ -66,154 +65,151 @@
> import com.google.common.collect.TreeMultimap;
> import com.google.common.io.ByteProcessor;
> import com.google.common.net.HttpHeaders;
> +import com.google.inject.ImplementedBy;
> +
> +@ImplementedBy(FormSigner.FormSignerV2.class)
> +public interface FormSigner extends HttpRequestFilter {
> +
> + /**
> + *
> + * @see <a href=
> + *
> "http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/Query-Common-Parameters.html"
> + * />
> + */
> + static final class FormSignerV2 implements FormSigner, RequestSigner {
changes here are just indenting due to bumping the impl out to its own class.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/610/files#r20560047