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

fix(storage): use correct host header #5085

Merged
merged 4 commits into from
Sep 18, 2020

Commits on Sep 18, 2020

  1. fix(storage): use correct host header

    Some of our requests were using the wrong `Host:` header, luckily the
    service is forgiving, and the testbench too.
    coryan committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    732b181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c72bfe5 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    coryan committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    5cad324 View commit details
    Browse the repository at this point in the history
  4. Address review comments

    coryan committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    eae935f View commit details
    Browse the repository at this point in the history