Conversation
This commit configures the sitemap generation process to upload the sitemap to an S3 bucket instead of the local filesystem. It introduces the `aws-sdk-s3` gem to handle the S3 communication. A new configuration file, `config/sitemap.rb`, has been added to define the S3 adapter and specify the models to be included in the sitemap. The S3 bucket, access keys, and region are configured via environment variables.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
This commit adds static pages, harvests, posts, and photos to the sitemap.
This change updates the sitemap generation process to upload the sitemap to an AWS S3 bucket. It adds the
aws-sdk-s3gem and a newconfig/sitemap.rbfile to configure the S3 adapter and sitemap contents.PR created automatically by Jules for task 4193620979219905682 started by @CloCkWeRX