diff --git a/scripts/download_logs_from_s3.sh b/scripts/download_logs_from_s3.sh index 252d7be..22c3478 100644 --- a/scripts/download_logs_from_s3.sh +++ b/scripts/download_logs_from_s3.sh @@ -22,7 +22,7 @@ list_files() { local filter="" for ((t = start_timestamp; t <= end_timestamp; t += 60)); do - local current_time=$(date -d "@$t" +"%Y%m%d%H%M") + local current_time=$(date -d "@$t" +"%Y%m%d.*%H%M") if [ -n "$filter" ]; then filter="${filter}|" fi diff --git a/scripts/route53-a-records/requirements.txt b/scripts/route53-a-records/requirements.txt index 960a05d..b0ca278 100644 --- a/scripts/route53-a-records/requirements.txt +++ b/scripts/route53-a-records/requirements.txt @@ -10,4 +10,4 @@ PyYAML==5.4.1 rsa==4.7.2 s3transfer==0.6.1 six==1.16.0 -urllib3==1.26.18 +urllib3>=1.26.19