hadoop/hadoop-tools/hadoop-aws
Steve Loughran ebdd8771c5
HADOOP-17851. S3A to support user-specified content encoding (#3498)
The option fs.s3a.object.content.encoding declares the content encoding to be set on files when they are written; this is served up in the "Content-Encoding" HTTP header when reading objects back in.

This is useful for people loading the data into other tools in the AWS ecosystem which don't use file extensions to infer compression type (e.g. serving compressed files from S3 or importing into RDS)

Contributed by: Holden Karau

Change-Id: Ice0da75b516370f51f79e45f391d46c5c7aa4ce4
2022-03-23 20:05:28 +00:00
..
dev-support HADOOP-17409. Remove s3guard from S3A module (#3534) 2022-01-18 18:04:48 +00:00
src HADOOP-17851. S3A to support user-specified content encoding (#3498) 2022-03-23 20:05:28 +00:00
pom.xml HADOOP-17409. Remove s3guard from S3A module (#3534) 2022-01-18 18:04:48 +00:00