Created
August 15, 2022 07:31
-
-
Save smzn/07676cab59aa04f8cb626c889201c047 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import boto3 | |
rekognition = boto3.client( | |
'rekognition', | |
aws_access_key_id='***************', | |
aws_secret_access_key='******************', | |
aws_session_token='**********************', | |
region_name='us-east-1' | |
) | |
bucketName = '****************' | |
videoName = "*******************" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment