HTTP Proxy
It is possible to configure a HTTP proxy for accessing the S3 bucket.
here is an example configuration for the repository.cfg:
<repo>.contentservice.s3blobstore.proxyendpoint=<protocol>://<host>
<repo>.contentservice.s3blobstore.proxyuser=<username>
<repo>.contentservice.s3blobstore.proxypass=<password>
<repo>.contentservice.s3blobstore.nonproxyhosts=host.intern.com,another.noproxy.com
The proxyendpoint needs to be an existing endpoint with possibly DNS resolution, etc otherwise the proxy configuration is ignored.
, multiple selections available,