fix: Tagging in PostPolicy upload does not enforce policy tags (#21656)

This commit is contained in:
M Alvee 2025-10-23 21:10:12 +06:00 committed by GitHub
parent 05e569960a
commit fa18589d1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.