When I manually add files to Amazon S3 , it automatically identifies the file type as follows,
Is there any way I can use AWS SDK boto3 to identify file types? There seems to be no such interface.
I already know about python mimetypes module, but it doesn't work to my liking.