In our application, we upload an audio file and then process it. I however want the file creation date before it is saved to the s3 bucket. While I can read the creation date, but the moment it is upload, the creation date changes to the current date and time. I need the original date for sure. So it means, I need to read the file metadata even before the metadata is changed.
I am using Python code for this purpose. Can someone give some pointers on how to achieve this functionality in Python.