Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--endpoint-url does not seem to work for S3 requests #549

Closed
vmunier opened this issue Dec 12, 2013 · 0 comments · Fixed by #836
Closed

--endpoint-url does not seem to work for S3 requests #549

vmunier opened this issue Dec 12, 2013 · 0 comments · Fixed by #836

Comments

@vmunier
Copy link

vmunier commented Dec 12, 2013

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.

jamesls added a commit to jamesls/aws-cli that referenced this issue Jul 2, 2014
jamesls added a commit that referenced this issue Jul 3, 2014
* s3-honor-endpoint-url:
  Update changelog with fix for #549
  Disable fix_s3_host when --endpoint-url is given
jamesls added a commit that referenced this issue Jul 10, 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant