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): accept emulator env var without scheme #4616

Merged
merged 14 commits into from Aug 13, 2021

Commits on Aug 13, 2021

  1. fix(storage): remove unnecessary variable

    Variable seems to be duplicating information which led to a bug.
    BrennaEpp committed Aug 13, 2021
    Copy the full SHA
    954b8f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/BrennaEpp/google-cloud-go

    …into remove-envhost
    BrennaEpp committed Aug 13, 2021
    Copy the full SHA
    439d22d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4f6b1dc View commit details
    Browse the repository at this point in the history
  4. fix(storage): accept emulator env var without scheme

    You can now use the client library with an emulator by setting the environment variable to a host, with or without a scheme
    You also no longer have to supply an endpoint to use the emulator; the endpoint is built for you
    BrennaEpp committed Aug 13, 2021
    Copy the full SHA
    ad65048 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1ce4d79 View commit details
    Browse the repository at this point in the history
  6. Rename var

    BrennaEpp committed Aug 13, 2021
    Copy the full SHA
    dd8f1b0 View commit details
    Browse the repository at this point in the history
  7. Fix bug

    BrennaEpp committed Aug 13, 2021
    Copy the full SHA
    1383d95 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    9a24f43 View commit details
    Browse the repository at this point in the history
  9. Small refactorings

    BrennaEpp committed Aug 13, 2021
    Copy the full SHA
    cce5ff4 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    627dbc8 View commit details
    Browse the repository at this point in the history
  11. Add test case for host:port

    BrennaEpp committed Aug 13, 2021
    Copy the full SHA
    b1aa377 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    b57c601 View commit details
    Browse the repository at this point in the history
  13. Update comment

    BrennaEpp committed Aug 13, 2021
    Copy the full SHA
    6a54a6d View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    2fcba5b View commit details
    Browse the repository at this point in the history