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.89
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.90
Choose a head ref
  • 6 commits
  • 16 files changed
  • 6 contributors

Commits on Mar 27, 2025

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

Commits on Apr 2, 2025

  1. Add anonymous chunked encoding with trailing headers (#2084)

    Trailing headers would be ignored on anonymous uploads.
    
    Send these as unsigned aws chunked uploads.
    
    Requires minio/minio#21095
    klauspost authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    fb4bc4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c30280 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

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

Commits on Apr 8, 2025

  1. Add function for getting creds of remote client (#2089)

    This is needed while checking PutObject/DeleteObject permissions
    on bucket replicated remote targets to create admin client and
    invoke API.
    
    Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
    shtripat authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    68fb5ee View commit details
    Browse the repository at this point in the history
Loading