You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using an encryption S3 proxy and I would like that the aws cli sends its requests to my proxy.
For that purpose, I am using the --endpoint-url option but it seems no requests are sent to proxy-url. The command sends requests directly to S3 without passing by the proxy.
How to reproduce the problem :
Run a simple http server on localhost with port 8080
aws s3 --endpoint-url http://localhost:8080 sync local-folder s3://my-bucket-1234
See that the http server running on localhost:8080 did not receive any request.
Tested on both cli 1.2.7 and on master.
The text was updated successfully, but these errors were encountered:
jamesls
added a commit
to jamesls/aws-cli
that referenced
this issue
Jul 2, 2014
* release-1.3.22:
Bumping version to 1.3.22
Update CHANGELOG with the latest features
Update completer test with new services
Update changelog with #825
Add changelog entry for #834
Fix changelog entry for merge of #831
Added test_cancel_after_upload_id to test_tasks
Update changelog with fix for #549
Disable fix_s3_host when --endpoint-url is given
Fixes issue #834
Update changelog with bugfix
Add validation to ensure we don't mv a file onto itself
Let aws.cmd find python.exe on paths with spaces.
Hello,
I am using an encryption S3 proxy and I would like that the aws cli sends its requests to my proxy.
For that purpose, I am using the --endpoint-url option but it seems no requests are sent to proxy-url. The command sends requests directly to S3 without passing by the proxy.
How to reproduce the problem :
Run a simple http server on localhost with port 8080
aws s3 --endpoint-url http://localhost:8080 sync local-folder s3://my-bucket-1234
See that the http server running on localhost:8080 did not receive any request.
Tested on both cli 1.2.7 and on master.
The text was updated successfully, but these errors were encountered: