Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fecgov/openFEC
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8a921cb66564fef7ba0ab1bf1015b9ad848eee98
Choose a base ref
..
head repository: fecgov/openFEC
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9e6eeb7f3c068ebbb115ae148a44ad30b5fe8e45
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 webservices/tasks/guidance_document_sitemap_generator.py
1 change: 1 addition & 0 deletions webservices/tasks/guidance_document_sitemap_generator.py
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ def build_sitemap():
aws_access_key_id=env.get_credential('CMS_AWS_ACCESS_KEY_ID', ''),
aws_secret_access_key=env.get_credential('CMS_AWS_SECRET_ACCESS_KEY', '')
)
print(env.get_credential('CMS_AWS_STORAGE_BUCKET_NAME', ''))
paginator = s3.get_paginator('list_objects_v2')
operation_parameters = {
'Bucket': env.get_credential('CMS_AWS_STORAGE_BUCKET_NAME', ''),