Skip to content

Commit

Permalink
Merge pull request #51 from qburst/updated-download-scripts
Browse files Browse the repository at this point in the history
Updated download scripts
  • Loading branch information
qburst-praven authored Aug 25, 2024
2 parents e436f67 + 4b8d244 commit 8e57d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/download_logs_from_s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/route53-a-records/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8e57d3f

Please sign in to comment.