Skip to content

[C++] content-encoding field missing from s3 fs. #50148

@adminy

Description

@adminy

Describe the bug, including details regarding any error messages, version, and platform.

return {{"ACL", CannedACLSetter()},
{"Cache-Control", StringSetter(&ObjectRequest::SetCacheControl)},
{"Content-Type", ContentTypeSetter()},
{"Content-Language", StringSetter(&ObjectRequest::SetContentLanguage)},
{"Expires", DateTimeSetter(&ObjectRequest::SetExpires)}};

looking at the white listed cache keys here, I can see that there is no Content-Encoding header, only a content-type header.

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions