Amazon AWS URL and HTTP proxy connections
Windows HTTP proxies cannot be used to connect to the Amazon AWS URL resources; however, you can configure HTTP proxies for accessing Amazon AWS URL V4 buckets. When the proxy is configured, all traffic, including the traffic of the STS client (if role-based authentication is selected), goes trough the proxy. The proxy configuration is set through a special environment variable.
Proxy environment variable
VERINT_ARCHIVE_S3_PROXY
Variable guidelines
-
Add the environment variable as a “System Variable."
-
Provide the value in the following format:
http://username:password@proxyhost.com:<port> or http://proxyhost.com:<port>.
-
The scheme (http), host (proxyhost.com), and the port are required and must be provided. The scheme (http) is case-sensitive.
-
If the username or password contains special characters, such as : and @, they must be URL-encoded.
-
After an environment variable change, restart Archiver to use the new values.
Amazon AWS SDK (AWS Client configuration)