mirror of
https://github.com/minio/minio.git
synced 2025-10-30 00:05:02 -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-algorithm": false,
|
||||||
"$x-amz-credential": false,
|
"$x-amz-credential": false,
|
||||||
"$x-amz-date": false,
|
"$x-amz-date": false,
|
||||||
|
"$tagging": false,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add policy conditionals.
|
// Add policy conditionals.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user