Create a Python script using the provided code to upload a set of images to an S3 bucket. Each image should be uploaded with metadata that includes the full name of the person in the image. The script should use the boto3 library to interact with AWS S3.
Create a Python script using the provided code to upload a set of images to an S3 bucket. Each image should be uploaded with metadata that includes the full name of the person in the image. The script should use the boto3 library to interact with AWS S3.