Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

This change fixes the sitemap upload to S3 by correcting the AWS adapter configuration.


PR created automatically by Jules for task 6528829493666392534 started by @CloCkWeRX

The sitemap upload process was failing on Heroku due to an AWS credential retrieval error. This occurred because the `sitemap_generator`'s `AwsSdkAdapter` was configured with deprecated, `aws_`-prefixed keys (`aws_access_key_id`, `aws_secret_access_key`, `aws_region`).

This change updates `config/sitemap.rb` to use the modern, non-prefixed keys (`access_key_id`, `secret_access_key`, `region`). This ensures that the AWS SDK is correctly initialized with the credentials from the environment variables, resolving the authentication failure and allowing the sitemap to be uploaded to S3 successfully.
@google-labs-jules
Copy link
Contributor Author

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

New to Jules? Learn more at jules.google/docs.

@CloCkWeRX CloCkWeRX marked this pull request as ready for review December 2, 2025 11:49
@CloCkWeRX CloCkWeRX merged commit d745228 into dev Dec 2, 2025
15 of 20 checks passed
@CloCkWeRX CloCkWeRX deleted the fix-sitemap-upload branch December 2, 2025 11:51
CloCkWeRX added a commit that referenced this pull request Dec 2, 2025
Fix Sitemap Upload to S3

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants