How to use AWSRequestSigningApacheInterceptor with AWS SDK2
问题 I am trying to use REST calls to Neptune SPARQL on existing Java code which already uses Apache HTTP clients. I'd like to not mix and match AWS SDK1 and SDK2 (which I use for the S3 portion of loading owl to Neptune). I see these solutions: AWSRequestSigningApacheInterceptor that works with SDK1, but can't find the equivalent in SDK2. aws-request-signing-apache-interceptor on github for building an adaptor class so it can be used in SDK 2 with mix-and-match SDK 1 & 2 javaquery/Examples where