mirror of
https://github.com/minio/minio.git
synced 2025-10-28 23:35:01 -04:00
fix: Tagging in PostPolicy upload does not enforce policy tags (#21656)
This commit is contained in:
parent
05e569960a
commit
fa18589d1c
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user