Proxy
S3SPL supports using a proxy to connect to S3. The proxy configuration can be found in the Proxy tab.

Extend to see all available proxy parameters
| Parameter | Description | Required | Example |
|---|---|---|---|
| Proxy Enabled | Whether the proxy should be used | ✔️ | Yes |
| Proxy URL | The URL of the proxy | ✔️ | http://proxy.example.com |
| Proxy Port | The port of the proxy | ✔️ | 8080 |
| Proxy Username | The username of the proxy | ❌ | user |
| Proxy Password | The password of the proxy | ❌ | password |
| Proxy Exceptions | The exceptions of the proxy | ❌ | localhost,non-proxied-resource.example.com |
Proxy TLS Verification
Validating the TLS certificate of the proxy is currently not possible in Python.