-
Notifications
You must be signed in to change notification settings - Fork 286
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
Metadata or Header in presignedPut or presignedPost #972
Comments
I am not asking about how to create presigned post or put url, I know that. Please try to understand, I need to verify user put operation and authenticated user will able to put, for that reason please tell me can I add any key value pair on put url, only specific user will able to put his data. Is that possible to send http header or body for validate put operation? |
It is unclear if it is application specific use case or missing s3 spec implementation.It would be great if you could add some details, code examples etc. to illustrate the issue. |
I already watched s3 has this feature on his Package but minio does not have. please implement verification header on minio. |
#1036 could you check this? |
No Option avilable to set custom header or metadata in presignedPut or presignedPost.
Please Add metadata or header in presignedPut or presignedPost.
This option is available in s3;
How to add ["starts-with", "$key", "userdata/user1/"] manually?
https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html
The text was updated successfully, but these errors were encountered: