Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#1755): GetObject supports overriding response header values #1756

Merged
merged 4 commits into from
Jan 18, 2023

Commits on Jan 16, 2023

  1. feat(minio#1755): GetObjectOptions support passing in query strings;

    This allows you to pass in the response headers
    that you need to override when calling the GetObject method.
    reedchan7 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    9b150ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89d027d View commit details
    Browse the repository at this point in the history
  3. fix missing imports in getobject-override-respheaders.go

    update examples/s3/go.mod for github action check;
    reedchan7 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ddac4e5 View commit details
    Browse the repository at this point in the history
  4. Update examples/s3/go.mod

    Co-authored-by: Klaus Post <klauspost@gmail.com>
    reedchan7 and klauspost committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    e8c7a10 View commit details
    Browse the repository at this point in the history