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
When using cactus deploy to deploy to AWS S3, the files are uploaded (and served by S3) with Content-Encoding: gzip, which is not compatible with some older browsers (see, e.g., Which browsers can handle 'Content-Encoding:'?). Is there a way to turn off gzip compression when deploying, to preserve compatibility with older browsers?
The text was updated successfully, but these errors were encountered:
Since I don't know the answer to this question, my current (rather stupid) workaround is to run cactus deploy to deploy to AWS S3; then, using an S3 client, I delete all the files in the S3 bucket and re-upload all the files in the local .deploy folder, again using the S3 client. It's a supremely stupid workaround, but I don't know how to stop cactus from gzipping the files.
When using
cactus deploy
to deploy to AWS S3, the files are uploaded (and served by S3) withContent-Encoding: gzip
, which is not compatible with some older browsers (see, e.g., Which browsers can handle 'Content-Encoding:'?). Is there a way to turn off gzip compression when deploying, to preserve compatibility with older browsers?The text was updated successfully, but these errors were encountered: