Skip to content

Commit c00f748

Browse files
committed
expiry_timestamp: int
1 parent 1370529 commit c00f748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambdas/filenameprocessor/src/file_name_processor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def handle_unexpected_bucket_name(bucket_name: str, file_key: str) -> dict:
159159

160160

161161
def handle_batch_file(
162-
file_key: str, bucket_name: str, message_id: str, created_at_formatted_string: str, expiry_timestamp: str
162+
file_key: str, bucket_name: str, message_id: str, created_at_formatted_string: str, expiry_timestamp: int
163163
) -> dict:
164164
"""
165165
Processes a single record for batch file.
@@ -242,7 +242,7 @@ def handle_batch_file(
242242

243243

244244
def handle_extended_attributes_file(
245-
file_key: str, bucket_name: str, message_id: str, created_at_formatted_string: str, expiry_timestamp: str
245+
file_key: str, bucket_name: str, message_id: str, created_at_formatted_string: str, expiry_timestamp: int
246246
) -> dict:
247247
"""
248248
Processes a single record for extended attributes file.

0 commit comments

Comments
 (0)