Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current version only checks for system-defined "Content-Encoding"…
… metadata set to "gzip" on an S3 object. Some tools do not properly set this metadata on write and AWS APIs to add metadata to an S3 object can only add it as user-defined metadata. The equivalent Amazon S3 user-defined metadata attribute is "x-amz-meta-content-encoding". This update adds an additional test for whether the user-defined metadata attribute "x-amz-meta-content-encoding" is set to "gzip". (#16)
- Loading branch information