fixing tasks upload_sitemap

among other things
This commit is contained in:
2025-06-30 20:38:58 -04:00
parent 5a6346617a
commit 585728de9d
3 changed files with 2 additions and 4 deletions

View File

@ -64,7 +64,7 @@ pub async fn upload(
.key(key)
.body(content.as_bytes().to_vec().into())
.acl(aws_sdk_s3::types::ObjectCannedAcl::PublicRead)
.content_type("application/rss+xml")
.content_type("application/xml")
.send()
.await?;