I’m writing a Python script that uploads files to S3 using boto librairy. I only want to upload changed files (which I can check by their "last modified" datetimes), but I can’t find the Boto API endpoint to get the last modified date.
I’m writing a Python script that uploads files to S3 using boto librairy. I
Share
Here’s a snippet of Python/boto code that will print the last_modified attribute of all keys in a bucket: