mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
fix: Tagging in PostPolicy upload does not enforce policy tags (#21656)
This commit is contained in:
@@ -51,6 +51,7 @@ var startsWithConds = map[string]bool{
|
||||
"$x-amz-algorithm": false,
|
||||
"$x-amz-credential": false,
|
||||
"$x-amz-date": false,
|
||||
"$tagging": false,
|
||||
}
|
||||
|
||||
// Add policy conditionals.
|
||||
|
||||
Reference in New Issue
Block a user