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: minio/minio-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.80
Choose a base ref
...
head repository: minio/minio-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.82
Choose a head ref
  • 14 commits
  • 23 files changed
  • 9 contributors

Commits on Oct 29, 2024

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

Commits on Nov 1, 2024

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

Commits on Nov 2, 2024

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

Commits on Nov 21, 2024

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

Commits on Nov 22, 2024

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

Commits on Nov 25, 2024

  1. Adjust testPresignedPostPolicy to ensure that GetObject... (#1996)

    * Adjust testPresignedPostPolicy to ensure that GetObject returns the correct checksum. Add checksum headers to policy
    
    * additional test for negative case, test coverage for policy, remove comment
    marktheunissen authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    7fad06c View commit details
    Browse the repository at this point in the history
  2. Add refresh token to WebIdentity OpenID response (#2023)

    OpenID can return the refresh token along with the token ID and the
    access token. Adding this latter to use it in refresh a user claims
    vadmeste authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a563333 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

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

Commits on Dec 2, 2024

  1. sts: Send the refresh token in the login redirect URL (#2025)

    Co-authored-by: Anis Eleuch <[email protected]>
    vadmeste and Anis Eleuch authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    de1893f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

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

Commits on Dec 4, 2024

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

Commits on Dec 7, 2024

  1. Add Full Object Checksum API (#2026)

    Add support for full object checksums as described here:
    
    https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
    
    To enable, use `ChecksumCRC64NVME`, `ChecksumFullObjectCRC32` or `ChecksumFullObjectCRC32C` as checksum type when uploading.
    
    Mint tests updated, but can be disabled with `MINT_NO_FULL_OBJECT=anything` env var.
    
    PR will fail against community MinIO without above env var.
    klauspost authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    fdef7d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Read ChecksumAlgorithm and ChecksumType from ListParts (#2032)

    These are returned from AWS, so might as well provide them to the user.
    klauspost authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    dd4cb86 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /examples/s3 (#2033)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.28.0 to 0.31.0.
    - [Commits](golang/crypto@v0.28.0...v0.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    ffa2ddd View commit details
    Browse the repository at this point in the history
Loading