We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867f341 commit 417868eCopy full SHA for 417868e
1 file changed
src/app.py
@@ -49,7 +49,7 @@ def get_last_modified(client: boto3.client, file_names: list[str]) -> dict:
49
50
Args:
51
client (boto3.client): An initialized boto3 S3 client.
52
- file_names: A list fo string values.
+ file_names: A list of string values.
53
54
Returns:
55
dict: A dictionary containing formatted datetime values of the last modification date for each file.
0 commit comments