Skip to content

Commit ba27aba

Browse files
committed
add to explanatory comment
1 parent 708d983 commit ba27aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/clean_s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _delete_data(
5959
total_deleted = 0
6060
storage_space_freed = 0
6161
keep_until_dates = {}
62-
# First pass, identify keep until files
62+
# First pass, identify keep until files, which must follow the format keep_until_YYYY-MM-DD.lock
6363
for page in paginator.paginate(Bucket="silnlp"):
6464
for obj in page["Contents"]:
6565
s3_filename = obj["Key"]

0 commit comments

Comments
 (0)