-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I just used this script and it was awesome... right up until it tried to traverse a deeper subdirectory structure. At which point it crashed with the following error message:
Traceback (most recent call last):
File "fix_cloudfront.py", line 87, in
sys.argv[2:] )
File "fix_cloudfront.py", line 61, in main
aggressive_headers = _get_aggressive_cache_headers(key)
File "fix_cloudfront.py", line 69, in _get_aggressive_cache_headers
metadata = key.metadata
AttributeError: 'NoneType' object has no attribute 'metadata'
I would love to submit a revised version of code, but alas, I don't speak python.
Metadata
Metadata
Assignees
Labels
No labels