You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when specifying Content-Encoding: gzip, the header field gets renamed to x-amz-meta-content-encoding.
Chrome still knows how to render a gzipped file, but other browsers do not. The AWS CLI supports this feature, but I'm trying to avoid the overhead of that tool in my build process, but now I'm having to go manually edit the header fields after upload.
The text was updated successfully, but these errors were encountered:
Currently when specifying
Content-Encoding: gzip
, the header field gets renamed tox-amz-meta-content-encoding
.Chrome still knows how to render a gzipped file, but other browsers do not. The AWS CLI supports this feature, but I'm trying to avoid the overhead of that tool in my build process, but now I'm having to go manually edit the header fields after upload.
The text was updated successfully, but these errors were encountered: