Skip to content

Instantly share code, notes, and snippets.

@smzn
Created August 15, 2022 07:31
Show Gist options
  • Save smzn/07676cab59aa04f8cb626c889201c047 to your computer and use it in GitHub Desktop.
Save smzn/07676cab59aa04f8cb626c889201c047 to your computer and use it in GitHub Desktop.
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