Skip to content

Commit

Permalink
Add tagging count to known header (minio#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
kannappanr authored May 22, 2020
1 parent e9bc14b commit 44a5f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ func extractObjMetadata(header http.Header) http.Header {
"X-Amz-Object-Lock-Legal-Hold",
"X-Amz-Website-Redirect-Location",
"X-Amz-Server-Side-Encryption",
"X-Amz-Tagging-Count",
"X-Amz-Meta-",
// Add new headers to be preserved.
// if you add new headers here, please extend
Expand Down

0 comments on commit 44a5f2e

Please sign in to comment.