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

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    53009a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba04019 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. fix: Send correct host header when an endpoint is IPv4 (#1835)

    Currently, when the specified endpoint is an IP v4 address and
    the port is 80/443, minio-go sends a Host header with a bracket,
    which is wrong.
    
    An ipV4 can be converted to ip6 in Golang library, therefore using
    ip.To4() should return nil if the passed IP is v6.
    vadmeste authored May 30, 2023
    Configuration menu
    Copy the full SHA
    68418bf View commit details
    Browse the repository at this point in the history
Loading