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

Honor --endpoint-url in s3/s3api commands #1172

Closed
wants to merge 1 commit into from

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Feb 23, 2015

Fixes #1142.

The issue was that the before-auth event was removed in the
internal botocore auth refactor (between 1.7.4-1.7.5), but
this handler was not updated. I've added an integration
test that should catch this issue in the future.

cc @kyleknap @danielgtaylor

Fixes aws#1142.

The issue was that the before-auth event was removed in the
internal botocore auth refactor (between 1.7.4-1.7.5), but
this handler was not updated.  I've added an integration
test that should catch this issue in the future.
@kyleknap
Copy link
Contributor

🚢

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 92.03% when pulling a1a6c0f on jamesls:s3-endpoint-fix2 into 12c8669 on aws:develop.

jamesls added a commit that referenced this pull request Feb 23, 2015
@jamesls jamesls closed this in 9144714 Feb 23, 2015
kyleknap pushed a commit that referenced this pull request Feb 24, 2015
* release-1.7.12:
  Bumping version to 1.7.12
  Update changelog with service updates
  Bumped CLI dependancy of bcdoc
  Add #1172 to the changelog
  Honor --endpoint-url in s3/s3api commands
  Remove unnecessary --recursive from sync command
  Update dependencies
  Update dependencies
  Prefix doc references with "cli:"
  Update event names to new bcdoc event names
  Add reference label and changed breadcrumbs
  Switched event class to use full name of command
  dynamo db examples
  Remove status code checks from s3 tests
  Update s3 end to end integration test to clients
kyleknap pushed a commit that referenced this pull request Feb 24, 2015
* release-1.7.12:
  Bumping version to 1.7.12
  Update changelog with service updates
  Bumped CLI dependancy of bcdoc
  Add #1172 to the changelog
  Honor --endpoint-url in s3/s3api commands
  Remove unnecessary --recursive from sync command
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 this pull request may close these issues.

Regression: Endpoint URL not honored in s3 commands
3 participants