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.54
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.55
Choose a head ref
  • 4 commits
  • 13 files changed
  • 3 contributors

Commits on May 24, 2023

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

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    b7836f0 View commit details
    Browse the repository at this point in the history
  2. Add simpler checksum types (#1832)

    Add appropriate types for checksums and add helpers to make usage easier.
    
    This can be expanded to other calls over time.
    klauspost authored May 25, 2023
    Configuration menu
    Copy the full SHA
    b7cf0a8 View commit details
    Browse the repository at this point in the history
  3. Add PutObject CRC & trailing checksum tests (#1817)

    Add tests for minio/minio#16484 (required to pass)
    
    PutObject will now add CRC when client supports it, MD5 is not set, not Google and we don't add SHA256 to chunks.
    klauspost authored May 25, 2023
    Configuration menu
    Copy the full SHA
    9656534 View commit details
    Browse the repository at this point in the history
Loading