feat(#1755): GetObject supports overriding response header values#1756
Conversation
This allows you to pass in the response headers that you need to override when calling the GetObject method.
70ebb5c to
9b150ce
Compare
|
Imports missing in the example: |
Now fixed 👍 |
|
These codes are in my forked repo, not in v7.0.32, how to resolve this issue? @harshavardhana |
|
Seems like the replace needs an update: https://github.com/minio/minio-go/blob/master/examples/s3/go.mod#L23
The version isn't important - it should just match the one above. |
update examples/s3/go.mod for github action check;
3d6b4df to
ddac4e5
Compare
@klauspost Althoght, this update got my Commit: ddac4e5 |
|
@reedchan7 No - you should keep |
Co-authored-by: Klaus Post <klauspost@gmail.com>
I got it. Thanks 😄 |


This allows you to pass in the response headers that you need to override when calling the GetObject method.