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: googleapis/java-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.102.0
Choose a base ref
...
head repository: googleapis/java-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.103.0
Choose a head ref
  • 16 commits
  • 83 files changed
  • 7 contributors

Commits on Dec 5, 2019

  1. Bump next snapshot (#6989)

    kolea2 authored and chingor13 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    cc762a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    cd49730 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Change SigV4 canonical request formatting. (#6860)

    * Change SigV4 canonical request formatting.
    
    This change ensures that query parameters are sorted (this will
    facilitate more easily adding support for users to supply signed query
    params in a future PR), and changes the way whitespace normalization is
    done for headers (converts all non-space whitespace to space chars, then
    condenses all whitespace sequences into a single space, as is outlined
    in the spec).
    
    * Run `mvn com.coveo:fmt-maven-plugin:format`.
    
    * Sort query param names from map keys.
    houglum authored and frankyn committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    cef9e0c View commit details
    Browse the repository at this point in the history
  2. Add fn to correctly encode parts of signed URLs (#7012)

    * Fix #7008
    
    Adds method to correctly encode parts of signed URLs. The
    `Rfc3986UriEncode` method should be used to URI-encode various parts of
    a signed URL. All path parts should be encoded the same, except for the
    part identifying the GCS resource, which should not URI-encode forward
    slashes. Query parameters (support coming in a later commit), should
    perform this encoding on parameter keys and values, but should also
    encode forward slashes.
    
    Other Cloud providers also perform this same encoding; see examples pseudo
    code below:
    https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html
    https://docs.aws.amazon.com/AWSECommerceService/latest/DG/Query_QueryAuth.html
    
    * Also check encoding behavior for /~._- chars.
    
    Adds checks for ~._- chars, as well as notes for when the / char should
    be encoded.
    houglum authored and frankyn committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    6fc415b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    513ba6b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Allow adding query params to GCS signed URLs (#7045)

    * Allow adding arbitrary query params to signed URLs
    
    TODO: Add unit tests to detect correct sorting (move out of integration
    test).
    TODO: Add support for V2 signing, along with tests.
    
    * Move sorting check test to unit tests.
    
    * Allow query params to be added to v2 signed urls
    
    Includes tests.
    houglum authored and frankyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    035ae2a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. feat: make repo releasable (#3)

    * chore: add synth.py for common files, move README, repo-metadata
    
    * chore: run synth to generate common files
    
    * feat: add parent pom
    
    * fix: downgrade google-cloud-core to fix test
    
    * chore: ignore dependency usage for test implementations
    
    * test: configure service account for integration tests
    chingor13 authored Dec 26, 2019
    Configuration menu
    Copy the full SHA
    39ff6f6 View commit details
    Browse the repository at this point in the history
  2. chore: group core dependencies (#14)

    chingor13 authored and codyoss committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    4772adc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0a82ab View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. deps: update dependency com.google.apis:google-api-services-storage t…

    …o v1-rev20191011-1.30.3 (#7)
    renovate-bot authored and chingor13 committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    5ac5b8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fda3eda View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Configuration menu
    Copy the full SHA
    0826841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3727e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. feat: add support for archive storage class (#19)

    * feat: add support for archive storage class
    
    * feat: fix review changes
    
    * feat: fix review changes
    athakor authored and kolea2 committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    a3fbd67 View commit details
    Browse the repository at this point in the history
  2. build: add versions.txt manifest (#30)

    chingor13 authored and kolea2 committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    821c21d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. chore: release 1.103.0 (#31)

    * created CHANGELOG.md [ci skip]
    
    * updated README.md [ci skip]
    
    * updated versions.txt [ci skip]
    
    * updated google-cloud-storage/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    release-please[bot] authored and JesseLovelace committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    c8c0aa9 View commit details
    Browse the repository at this point in the history
Loading