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

Add support for extra signed headers in new PresignHeader() API #1449

Merged
merged 1 commit into from Nov 2, 2021

Conversation

donatello
Copy link
Member

Fixes #1415

@donatello
Copy link
Member Author

Needs a version bump as an exported function signature has changed.

api-presigned.go Outdated Show resolved Hide resolved
api-presigned.go Outdated Show resolved Hide resolved
@donatello donatello changed the title Add support for extra signed headers in Presign() API Add support for extra signed headers in new PresignHeader() API May 10, 2021
@donatello
Copy link
Member Author

PTAL @klauspost @ebozduman @harshavardhana

Apologies for the huge delay on this one. I've added a new PresignHeader() func to avoid a major version bump and noted in the comment that we should be adding it to Presign().

Copy link
Contributor

@klauspost klauspost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fails after merge. Otherwise LGTM.

@harshavardhana harshavardhana merged commit c33a1fb into minio:master Nov 2, 2021
@donatello donatello deleted the custom-headers branch November 2, 2021 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for custom signed headers as part of Presign URLs
4 participants