Skip to content

Commit

Permalink
Treat x-amz-metadata-directive as a standard header (#1296)
Browse files Browse the repository at this point in the history
Fixes #1295
  • Loading branch information
kannappanr authored May 30, 2020
1 parent dc7b291 commit be8a977
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 @@ -325,6 +325,7 @@ var supportedHeaders = []string{
"content-language",
"x-amz-website-redirect-location",
"x-amz-object-lock-mode",
"x-amz-metadata-directive",
"x-amz-object-lock-retain-until-date",
"expires",
// Add more supported headers here.
Expand Down

0 comments on commit be8a977

Please sign in to comment.