A plugin for the AWS CLI that allows using an HTTP proxy for S3 requests only, without affecting other AWS service calls. Latest version is 0.5. Low release cadence; last updated in 2018.
pip install awscli-plugin-s3-proxyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Enable the plugin via AWS CLI configuration or environment variable. Then S3 requests go through the proxy.
Use AWS CLI v1 or use the AWS CLI's built-in proxy configuration for all services.
Ensure you only expect S3 traffic to be proxied; do not rely on this plugin to proxy other API calls.
Use consistent configuration; either use the config file or the env var, not both with different values.
Install with `pip install awscli-plugin-s3-proxy` and ensure the Python environment is active.
Check that the plugin is properly configured in ~/.aws/config: `plugins = s3_proxy` (not awscli-plugin-s3-proxy). The module name is 'awscli_plugin_s3_proxy'.
Run `aws configure set s3_proxy.url http://proxy.example.com:8080` or set `AWS_S3_PROXY` environment variable.