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: 11eb82d
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: f62389a
Choose a head ref
  • 7 commits
  • 9 files changed
  • 5 contributors

Commits on Apr 11, 2023

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

Commits on Apr 17, 2023

  1. GetBucketLocation: Use vhost signature in case of v2 signature (#1810)

    The existing code always picks a path style signature when v2 mode is
    selected. Reviewing the history shows little information why it is done
    that way.
    
    A previous recent commit, 24cdd7f,
    though it seems correct,  broke existing deployments that use GCS
    (e.g. minio/mc#4547)
    
    We should not sign v2 with path style when the endpoint is vhost.
    
    This commit is tested with  MinIO/AWS/GCS when v2 is enabled.
    vadmeste authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    0bf84b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. listen bucket: Support empty events from the server (#1812)

    Ask the server to send empty events in Listen Bucket API
    
    With older MinIO versions, this would clear the whitespaces for the
    scanner buffer, many whitespaces will make the scanner complains as it
    needs a new line to clear some internal buffer.
    
    With new MinIO version, ping=10 query will be considered and the server
    will send empty events, instead of the whitespaces, each 10 seconds.
    vadmeste authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e3ac1f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. StatObject: Support PartNumber, etc (#1816)

    Make StatObject use the same values as GetObject for requests.
    
    Fixes #1814
    klauspost authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    9c8dc7a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. mint: Add more checksum tests (#1815)

    * Tests range requests
    * Test multipart parts.
    
    Requires minio/minio#17105 to pass on MinIO. Passes on AWS.
    klauspost authored May 3, 2023
    Configuration menu
    Copy the full SHA
    60f5f05 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Add missing JSON tags for NoncurrentVersionExpiration struct (#1823)

    The omission of the missing JSON tags on the NoncurrentVersionExpiration
    struct was causing the default value of NoncurrentDays to be shown even
    when it was not being entered
    kaankabalak authored May 17, 2023
    Configuration menu
    Copy the full SHA
    78f1dd8 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

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