lmorchard / blog.lmorchard.com

blog.lmorchard.com, a statically generated site
https://blog.lmorchard.com
9 stars 2 forks source link

RSS feeds are served up with incorrect content-type #33

Closed lmorchard closed 2 years ago

lmorchard commented 2 years ago

Looks like s3 sync is incorrectly detecting mime type for RSS feeds.

Maybe related to https://github.com/aws/aws-cli/issues/3303

Suggestion is to alter or update /etc/mime.types, but that's a little difficult to do in a pre-packaged Github Action running in a container.

Might run an s3 command after upload to fixup content type metadata? Seems hacky

lmorchard commented 2 years ago

I'll call this closed after further tweaks.