Ingo Müller created ASTERIXDB-2940:
--------------------------------------
Summary: Make HTTP proxy of S3 client configurable
Key: ASTERIXDB-2940
URL: https://issues.apache.org/jira/browse/ASTERIXDB-2940
Project: Apache AsterixDB
Issue Type: Bug
Components: EXT - External data
Affects Versions: 0.9.8
Reporter: Ingo Müller
It would be great if the S3 client used for external data set would work behind
corporate proxies. The ClientConfiguration class of the AWS SDK has a number of
attributes that should make that work easily (see
[setProxyDomain|https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/ClientConfiguration.html#setProxyDomain-java.lang.String-]
and similar), however, these must be set by the application (I suppose that
this would happen in buildAwsS3Client).
Any other method to enable AsterixDB to access S3 through a proxy should be
fine too.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)