We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d58947 commit 9b16b0bCopy full SHA for 9b16b0b
scripts/create_download_tracker.py
@@ -77,7 +77,7 @@ def _update_index_html(files, s3_client, dryrun=False):
77
Key=index_file_path,
78
Body=new_index,
79
ContentType='text/html',
80
- CacheControl='no-cache'
+ CacheControl='no-cache',
81
)
82
83
0 commit comments