Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Sep 19, 2023
1 parent 1608eae commit 1166e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bodsdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ def download_files_s3(source, s3_path_pattern, latest=False, bucket="bodsdata-oo
if not s3_path_pattern.startswith("^"): s3_path_pattern = f"^{s3_path_pattern}"

for item in bucket.objects.all():
print(item.key)
if re.search(s3_path_pattern, item.key):
items.append(item.key)

Expand Down

0 comments on commit 1166e85

Please sign in to comment.