Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: houglum/google-cloud-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6e0f6ef
Choose a base ref
...
head repository: houglum/google-cloud-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b52205b
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 12, 2019

  1. Add virtual hosted-style support for signurl gen.

    Can be used like this:
    
        URL signedUrl = storageClient.signUrl(
            blobInfo,
            1,
            TimeUnit.HOURS,
            Storage.SignUrlOption.withVirtualHostName(vhostname),
            Storage.SignUrlOption.withV4Signature());
        System.out.printf("Your V4 signed URL is:\n%s\n", signedUrl.toString());
    houglum committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    f61dfcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd33c76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c8272e View commit details
    Browse the repository at this point in the history
  4. Remove debug print

    houglum committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    b52205b View commit details
    Browse the repository at this point in the history
Loading